Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Aug 2008 01:25:48 +0000 (UTC)
From:      Colin Percival <cperciva@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/bin/echo echo.c src/bin/sh mknodes.c src/bin/stty gfmt.c src/lib/libarchive archive_private.h src/libexec/fingerd fingerd.c src/usr.bin/cpio cpio.h src/usr.bin/lex flex.skl src/usr.bin/tar bsdtar.h src/usr.bin/yacc defs.h
Message-ID:  <200808040131.m741VcWO051585@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
cperciva    2008-08-04 01:25:48 UTC

  FreeBSD src repository

  Modified files:
    bin/echo             echo.c 
    bin/sh               mknodes.c 
    bin/stty             gfmt.c 
    lib/libarchive       archive_private.h 
    libexec/fingerd      fingerd.c 
    usr.bin/cpio         cpio.h 
    usr.bin/lex          flex.skl 
    usr.bin/tar          bsdtar.h 
    usr.bin/yacc         defs.h 
  Log:
  SVN rev 181269 on 2008-08-04 01:25:48Z by cperciva
  
  Mark functions as __dead2 in order to help the LLVM static checker
  understand which code paths aren't possible.
  
  This commit eliminates 117 false positive bug reports of the form
  "allocate memory; error out if pointer is NULL; use pointer".
  
  Revision  Changes    Path
  1.19      +1 -1      src/bin/echo/echo.c
  1.18      +1 -1      src/bin/sh/mknodes.c
  1.21      +1 -1      src/bin/stty/gfmt.c
  1.30      +1 -1      src/lib/libarchive/archive_private.h
  1.26      +1 -1      src/libexec/fingerd/fingerd.c
  1.4       +1 -1      src/usr.bin/cpio/cpio.h
  1.10      +2 -1      src/usr.bin/lex/flex.skl
  1.35      +1 -1      src/usr.bin/tar/bsdtar.h
  1.13      +24 -24    src/usr.bin/yacc/defs.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808040131.m741VcWO051585>