Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Nov 2010 09:28:49 +0000 (UTC)
From:      Jaakko Heinonen <jh@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/usr.bin/truss main.c
Message-ID:  <201011130929.oAD9T902014769@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

jh          2010-11-13 09:28:49 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/truss        main.c 
  Log:
  SVN rev 215235 on 2010-11-13 09:28:49Z by jh
  
  Set FD_CLOEXEC for the output file only when the file has been specified
  with the -o option. Setting the flag for stderr (the default) could
  cause the traced process to redirect stderr to a random file.
  
  PR:             bin/152151
  Submitted by:   ashish
  MFC after:      5 days
  
  Revision  Changes    Path
  1.58      +7 -6      src/usr.bin/truss/main.c



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