]> The Tcpdump Group git mirrors - libpcap/commit
Explain that tools that complain about uninitialized data might be buggy.
authorGuy Harris <[email protected]>
Thu, 5 May 2011 07:35:11 +0000 (00:35 -0700)
committerGuy Harris <[email protected]>
Thu, 5 May 2011 07:35:11 +0000 (00:35 -0700)
commit692d9ed7237accf40d2568a9cb98e3f6ba359f08
tree72343869d5abe2f12013bf5a518ce4f037d5d939
parentecdc5c0a7f7591a7cd4aff696e42757c677fbbf7
Explain that tools that complain about uninitialized data might be buggy.

Padding in a structure is *not* data.  Tools should know enough not to
care whether padding has been initialized or not.
pcap-linux.c