cvs commit: src/sys/kern uipc_syscalls.c

Joerg Sonnenberger joerg at crater.dragonflybsd.org
Tue Jan 11 22:24:17 PST 2005


joerg       2005/01/11 22:23:18 PST

DragonFly src repository

  Modified files:
    sys/kern             uipc_syscalls.c 
  Log:
  Explicitly initialize fp to NULL. If sendfile is called on a non-socket,
  holdsock is a nop and the fdrop must not be called.
  
  Revision  Changes    Path
  1.46      +1 -1      src/sys/kern/uipc_syscalls.c


http://www.dragonflybsd.org/cvsweb/src/sys/kern/uipc_syscalls.c.diff?r1=1.45&r2=1.46&f=u





More information about the Commits mailing list