Il 19/04/2014 13:39, Mike Frysinger ha scritto:
From: Tim Comer
The current code calls accept() without initializing the size parameter
which means the accept call might write too much to the stack.
URL: https://bugs.gentoo.org/486714
Signed-off-by: Tim Comer
Signed-off-by: Mike Frysinger
--
From: Tim Comer
The current code calls accept() without initializing the size parameter
which means the accept call might write too much to the stack.
URL: https://bugs.gentoo.org/486714
Signed-off-by: Tim Comer
Signed-off-by: Mike Frysinger
---
fsdev/virtfs-proxy-helper.c | 1 +
1 file chang