• Show log

    Commit

  • Hash : ccb9c679
    Author : Eric Blake
    Date : 2009-08-19T10:02:19

    popen-safer: prevent popen from clobbering std descriptors
    
    * modules/popen-safer: New file.
    * lib/popen-safer.c: Likewise.
    * m4/stdio-safer.m4 (gl_POPEN_SAFER): New macro.
    * lib/stdio--.h (popen): Provide override.
    * lib/stdio-safer.h (popen_safer): Provide declaration.
    * tests/test-popen.c (includes): Partially test this.
    * modules/popen-safer-tests: New file, for more tests.
    * tests/test-popen-safer.c: Likewise.
    * MODULES.html.sh (file stream based Input/Output): Mention it.
    
    Signed-off-by: Eric Blake <ebb9@byu.net>
    

  • README

  • This directory contains metainformation about the gnulib modules, one or two
    files per module. These files are used by gnulib-tool.
    
    For every module,
      - the file <module> is the metainformation about the library code of the
        module,
      - the file <module>-tests is the metainformation about the unit test of
        the module (optional but recommended).
    
    All the files in this directory are distributed under the following copyright:
    
      Copyright (C) 2002-2007 Free Software Foundation, Inc.
      Copying and distribution of this file, with or without modification,
      in any medium, are permitted without royalty provided the copyright
      notice and this notice are preserved.