commit | b0f9300ca389952aeaa4b96aa58bf3661e227420 | [log] [tgz] |
---|---|---|
author | Tim Comer <comer0@gmail.com> | Sat Apr 19 13:39:57 2014 -0400 |
committer | Michael Tokarev <mjt@tls.msk.ru> | Mon Apr 28 08:55:32 2014 +0400 |
tree | 7a531e5426e29bd948fe5e97e5732ef38da5a5b1 | |
parent | 9057698d93cd4678788d1e8e0eaa5adb4fcbd82c [diff] |
virtfs-proxy-helper: fix call to accept 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 <comer0@gmail.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>