diff options
author | itojun <itojun> | 2000-04-27 09:37:47 +0000 |
---|---|---|
committer | itojun <itojun> | 2000-04-27 09:37:47 +0000 |
commit | d2268605b4c5f8e21b0dec876cd5c5037e01c4af (patch) | |
tree | b6665e2cae62300488be4db9dcf9e4ceae1b6aa9 | |
parent | a906e591fb803d06be3bc9b594ccfeee4840a867 (diff) |
talk about boundary check change.
-rw-r--r-- | CHANGES | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,4 +1,8 @@ -@(#) $Header: /tcpdump/master/libpcap/CHANGES,v 1.49 2000-02-23 11:41:35 itojun Exp $ (LBL) +@(#) $Header: /tcpdump/master/libpcap/CHANGES,v 1.50 2000-04-27 09:37:47 itojun Exp $ (LBL) + +Thu Apr 27 18:49:57 JST 2000 itojun@iijlab.net + * avoid use of sprintf() and other unbounded string operations. + NOTE: *errbuf arg is assumed to be larger than PCAP_ERRBUF_SIZE. Wed Feb 23 20:32:32 JST 2000 itojun@iijlab.net * use getifaddrs(3) whenever possible. this avoids use of SIOCGIFCONF. |