cvs commit: src/usr.bin/indent args.c

David Schultz das at FreeBSD.org
Sun Sep 19 13:34:31 PDT 2004


das         2004-09-19 20:34:30 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/indent       args.c 
  Log:
  Fix a buffer overflow by using strncpy() instead of strcpy().
  Also, use strdup() instead of malloc()/strcpy().
  
  PR:             64164
  
  Revision  Changes    Path
  1.15      +4 -4      src/usr.bin/indent/args.c


More information about the cvs-src mailing list