commit 0c134065dad38df9b80fbf5fd377630f495ab314
Author: Matthew Dillon <[email protected]>
Date: Sat Nov 19 09:41:48 2011 -0800
kernel - Add ts check to dotimeout_only()
* We have to add a null-check before calling dotimeout_only(). When
poll()/select() are called with a NULL timeout that means wait forever
and does not mean a fixed delay.
Reported-by: YONETANI Tomokazu <[email protected]>
Summary of changes:
sys/kern/sys_generic.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/0c134065dad38df9b80fbf5fd377630f495ab314
--
DragonFly BSD source repository