git: kqueue - Fix junk kfree() in doselect()
Matthew Dillon
dillon at crater.dragonflybsd.org
Tue Aug 10 10:02:29 PDT 2010
commit d0d4a734aeb9b208b70c5b50aa5702fa5edc8c83
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Tue Aug 10 09:58:39 2010 -0700
kqueue - Fix junk kfree() in doselect()
* Fix uninitialized fields which could cause kfree() to be called on
junk data when a copyin error occurs.
* Minor cleanups.
Reported-by: swildner
Summary of changes:
sys/kern/sys_generic.c | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d0d4a734aeb9b208b70c5b50aa5702fa5edc8c83
--
DragonFly BSD source repository
More information about the Commits
mailing list