]> The Tcpdump Group git mirrors - libpcap/commit
So far, two people have submitted patches to "fix" the "memory leak" in
authorguy <guy>
Sun, 15 Jul 2007 19:55:04 +0000 (19:55 +0000)
committerguy <guy>
Sun, 15 Jul 2007 19:55:04 +0000 (19:55 +0000)
commit245aeeded0eb37a231fde84b6fa3d4ec1cdcc9a4
tree3ef82a5cf6b0600581b2c73423f76f390543d15d
parent03dc37ff028e33355dd006eeee544734b5de1705
So far, two people have submitted patches to "fix" the "memory leak" in
icode_to_fcode() by having it free the bpf_insn array before returning a
pointer to it.  Add a comment to icode_to_fcode() explaining why this is
not a leak in icode_to_fcode(), it's a leak in their program, and
indicating how to fix the leak.
optimize.c