]> The Tcpdump Group git mirrors - libpcap/commit
If bpf_odmcleanup() is being called to clean up after an error, pass it
authorGuy Harris <[email protected]>
Mon, 12 Oct 2009 19:58:30 +0000 (12:58 -0700)
committerGuy Harris <[email protected]>
Mon, 12 Oct 2009 19:58:30 +0000 (12:58 -0700)
commit9dd13b012f23cca0ba7061fbff232d29773635c3
treee21a99bb3bbab5814470514fb613d405657627c7
parent0c8f81c82182cebd6981ea205a56e3581cc4a775
If bpf_odmcleanup() is being called to clean up after an error, pass it
a null pointer, so that it doesn't overwrite the error string for the
error.  Make it set the error string only if passed a non-null pointer.
pcap-bpf.c