cvs commit: src/sys/kern kern_sig.c

Robert Watson rwatson at FreeBSD.org
Sat Mar 8 16:31:32 UTC 2008


rwatson     2008-03-08 16:31:29 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_sig.c 
  Log:
  Use sbuf routines to construct core dump filenames rather than custom
  string buffer handling, making the code both easier to read and more
  robust against string-handling bugs.
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.357     +22 -27    src/sys/kern/kern_sig.c


More information about the cvs-src mailing list