cvs commit: src/lib/libarchive archive_entry.c

Tim Kientzle kientzle at FreeBSD.org
Fri Mar 14 15:44:07 PDT 2008


kientzle    2008-03-14 22:44:07 UTC

  FreeBSD src repository

  Modified files:
    lib/libarchive       archive_entry.c 
  Log:
  Since "length" computes the length of a string and is used as an
  argument to malloc(3), it should be size_t, not int.
  
  Revision  Changes    Path
  1.49      +1 -1      src/lib/libarchive/archive_entry.c


More information about the cvs-src mailing list