artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8ee1a7
)
clear cur_membag so that pcap can be used more than once
author
deraadt
<deraadt@openbsd.org>
Sat, 28 May 2022 03:20:33 +0000
(
03:20
+0000)
committer
deraadt
<deraadt@openbsd.org>
Sat, 28 May 2022 03:20:33 +0000
(
03:20
+0000)
lib/libpcap/gencode.c
patch
|
blob
|
history
diff --git
a/lib/libpcap/gencode.c
b/lib/libpcap/gencode.c
index
23fca89
..
d8005da
100644
(file)
--- a/
lib/libpcap/gencode.c
+++ b/
lib/libpcap/gencode.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: gencode.c,v 1.6
2 2022/05/28 03:20:14
deraadt Exp $ */
+/* $OpenBSD: gencode.c,v 1.6
3 2022/05/28 03:20:33
deraadt Exp $ */
/*
* Copyright (c) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998
@@
-213,6
+213,7
@@
freechunks(void)
membag[i].ptrs = NULL;
membag[i].slot = membag[i].total = 0;
}
+ cur_membag = 0;
}
/*