cvs commit: src/usr.bin/rs rs.c

Robert Drehmel robert at FreeBSD.org
Thu Apr 28 05:37:15 PDT 2005


robert      2005-04-28 12:37:15 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/rs           rs.c 
  Log:
   - Set negative row or column argument values to zero.
     Negative values would produce undefined behaviour including
     a possible segmentation fault.
   - Explicitly initialize the global row and column variables
     to zero.
  
  PR:             bin/80348
  
  Revision  Changes    Path
  1.13      +5 -3      src/usr.bin/rs/rs.c


More information about the cvs-src mailing list