]> The Tcpdump Group git mirrors - libpcap/commit
pcap-linux.c: default condition switch tp_version
authorBaptiste PEUGNEZ <[email protected]>
Tue, 27 Jan 2015 08:39:36 +0000 (09:39 +0100)
committerBaptiste PEUGNEZ <[email protected]>
Tue, 27 Jan 2015 09:45:53 +0000 (10:45 +0100)
commit1720815c4c0c08a3b8e5d27b9f5ca5d850166e60
treeb9198abb0ccc08d411c4fc2cfdaccfe46931c03d
parentee5d6f1375b3fc74dcb927ab3d2db8125f956b39
pcap-linux.c: default condition switch tp_version

If tp version is not valid, then we don't enter in the switch condition and we access to an uninitialized variable (req.tp_frame_size).
pcap-linux.c