index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libpcap
/
optimize.c
Age
Commit message (
Expand
)
Author
2007-09-02
use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
Theo de Raadt
2006-04-02
malloc(x * y) -> calloc(x, y) from adobriyan AT gmail.com, with tweaks
Damien Miller
2005-11-19
In count_stmts(), make sure to account for long jump instructions as well,
Aaron Campbell
2004-01-27
remove $Header, it was messing up cvs for me. ok deraadt@
Ted Unangst
2002-08-12
Swap args to calloc(3) so they are in the correct order; art@ ok.
Aaron Campbell
2002-07-09
more error checking of memory allocation, from clodder@acm.org. okay deraadt@
Niels Provos
2000-04-26
sync with libpcap v0.5
Jakob Schlyter
1999-07-20
changes brought in from v0.4; started by brad, more by me, being tested by mts
Theo de Raadt
1996-09-16
Use __inline
Thorsten Lockert
1996-07-12
bring it to the latest 0.2 LBL release.
Michael Shalayeff
1996-06-10
merge to latest libpcap
Theo de Raadt
1996-03-04
Update to the latest LBL release.
Michael Shalayeff
1995-10-18
initial import of NetBSD tree
Theo de Raadt