cvs commit: src/sys/kern sysv_ipc.c

Robert Watson rwatson at FreeBSD.org
Sat Dec 16 03:30:55 PST 2006


rwatson     2006-12-16 11:30:54 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             sysv_ipc.c 
  Log:
  For now, back out sysv_ipc.c:1.30, which caused shmget() with odd mode
  arguments to fail.  The mode field for shmget() appears to have undefined
  meaning in the context of an already-present IPC object, but applications
  appear to assume any arbitrary passed value will be ignored.  I had hoped
  to revisit this more quickly, but am removing the change for now to
  prevent toe-stubbing.
  
  Reported by:    JAroslav Suchanek <jarda at grisoft dot cz>
  PR:             kern/106078
  
  Revision  Changes    Path
  1.31      +37 -65    src/sys/kern/sysv_ipc.c


More information about the cvs-all mailing list