]> 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:53:54 +0000 (19:53 +0000)
committerguy <guy>
Sun, 15 Jul 2007 19:53:54 +0000 (19:53 +0000)
commit1e678955adb872e9470c730862c1720b27f371cc
treecd5ec25295a0572536b535468509380a950888b6
parent56634b504fe8138713849e9a8fdbfbaeb401c409
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