cvs commit: src/lib/libarchive archive_entry.c archive_entry.h archive_read_support_format_cpio.carchive_write_set_format_cpio.c archive_write_set_format_ustar.c

Tim Kientzle kientzle at FreeBSD.org
Tue Apr 13 16:45:38 PDT 2004


kientzle    2004/04/13 16:45:37 PDT

  FreeBSD src repository

  Modified files:
    lib/libarchive       archive_entry.c archive_entry.h 
                         archive_read.c archive_read_open_file.c 
                         archive_read_support_format_cpio.c 
                         archive_read_support_format_tar.c 
                         archive_write.c 
                         archive_write_set_format_cpio.c 
                         archive_write_set_format_pax.c 
                         archive_write_set_format_shar.c 
                         archive_write_set_format_ustar.c 
  Log:
   * Plug a buffer overrun in ACL parsing. (archive_entry.c)
   * Re-use a single buffer for shar output formatting rather
     than hammering the heap. (archive_write_set_format_shar.c)
   * Fix a handful of minor memory leaks and clean up some of the
     memory-management code.
  
  Revision  Changes    Path
  1.7       +7 -0      src/lib/libarchive/archive_entry.c
  1.6       +1 -0      src/lib/libarchive/archive_entry.h
  1.6       +3 -3      src/lib/libarchive/archive_read.c
  1.5       +4 -1      src/lib/libarchive/archive_read_open_file.c
  1.7       +7 -2      src/lib/libarchive/archive_read_support_format_cpio.c
  1.8       +17 -17    src/lib/libarchive/archive_read_support_format_tar.c
  1.6       +2 -2      src/lib/libarchive/archive_write.c
  1.4       +5 -0      src/lib/libarchive/archive_write_set_format_cpio.c
  1.8       +7 -3      src/lib/libarchive/archive_write_set_format_pax.c
  1.5       +32 -14    src/lib/libarchive/archive_write_set_format_shar.c
  1.5       +10 -8     src/lib/libarchive/archive_write_set_format_ustar.c


More information about the cvs-src mailing list