index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libpcap
/
optimize.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
deraadt
2007-09-02
1
-6
/
+6
*
malloc(x * y) -> calloc(x, y) from adobriyan AT gmail.com, with tweaks
djm
2006-04-02
1
-5
/
+4
*
In count_stmts(), make sure to account for long jump instructions as well,
aaron
2005-11-19
1
-2
/
+2
*
remove $Header, it was messing up cvs for me. ok deraadt@
tedu
2004-01-27
1
-5
/
+1
*
Swap args to calloc(3) so they are in the correct order; art@ ok.
aaron
2002-08-12
1
-3
/
+3
*
more error checking of memory allocation, from clodder@acm.org. okay deraadt@
provos
2002-07-09
1
-2
/
+17
*
sync with libpcap v0.5
jakob
2000-04-26
1
-2
/
+88
*
changes brought in from v0.4; started by brad, more by me, being tested by mts
deraadt
1999-07-20
1
-8
/
+7
*
Use __inline
tholo
1996-09-16
1
-9
/
+9
*
bring it to the latest 0.2 LBL release.
mickey
1996-07-12
1
-70
/
+147
*
merge to latest libpcap
deraadt
1996-06-10
1
-30
/
+30
*
Update to the latest LBL release.
mickey
1996-03-04
1
-0
/
+1
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+1928