Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Sep 2004 20:34:30 +0000 (UTC)
From:      David Schultz <das@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/indent args.c
Message-ID:  <200409192034.i8JKYUJO092703@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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