gnn         2006-09-13 09:10:01 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/kern             uipc_syscalls.c 
  Log:
  MFC of fix for PR 98858
  Properly cast the values of valsize (the size of the value passed in)
  in setsockopt so that they can be compared correctly against negative
  values.  Passing in a negative value had a rather negative effect
  on our socket code, making it impossible to open new sockets.
  
  PR:             98858
  Submitted by:   [EMAIL PROTECTED]
  Approved by:    re
  
  Revision   Changes    Path
  1.221.2.4  +2 -2      src/sys/kern/uipc_syscalls.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to