Pascal Bleser 2010-01-01 22:36:09 +00:00 committed by Git OBS Bridge
parent a8a70c05cb
commit 471192c9cb
2 changed files with 6 additions and 1 deletions

View File

@ -5,7 +5,7 @@
} }
- memset(bpf, 0, sizeof(**bpf)); - memset(bpf, 0, sizeof(**bpf));
+ memset(*bpf, 0, sizeof(**bpf)); + memset(bpf, 0, sizeof(*bpf));
(*rb) = (ring_buff_t *) malloc(sizeof(**rb)); (*rb) = (ring_buff_t *) malloc(sizeof(**rb));
if ((*rb) == NULL) { if ((*rb) == NULL) {

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jan 1 22:35:02 UTC 2010 - pascal.bleser@opensuse.org
- fix segfault in buffer overflow patch
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Dec 31 10:09:24 UTC 2009 - pascal.bleser@opensuse.org Thu Dec 31 10:09:24 UTC 2009 - pascal.bleser@opensuse.org