cvs commit: src/sys/kern kern_linker.c

John Baldwin jhb at FreeBSD.org
Mon Jul 10 19:28:58 UTC 2006


jhb         2006-07-10 19:28:57 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_linker.c 
  Log:
  Explicitly use STAILQ_REMOVE_HEAD() when we know we are removing the head
  element to avoid confusing Coverity.  It's now also easier for humans to
  parse as well.
  
  Found by:       Coverity Prevent(tm)
  CID:            1201
  
  Revision  Changes    Path
  1.142     +2 -3      src/sys/kern/kern_linker.c


More information about the cvs-all mailing list