Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Apr 2009 04:59:11 +0000 (UTC)
From:      Tim Kientzle <kientzle@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/lib/libarchive archive_string.c archive_string.h
Message-ID:  <200904120459.n3C4xORv077363@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kientzle    2009-04-12 04:59:11 UTC

  FreeBSD src repository

  Modified files:
    lib/libarchive       archive_string.c archive_string.h 
  Log:
  SVN rev 190956 on 2009-04-12 04:59:11Z by kientzle
  
  Merge from libarchive.googlecode.com:
  r751: Change __archive_strncat() to use a void * source, which reduces
  the amount of casting needed to use this with "char", "signed char"
  and "unsigned char".
  r752: Use additions instead of multiplications when growing buffer;
  faster and less chance of overflow.
  
  Revision  Changes    Path
  1.20      +6 -4      src/lib/libarchive/archive_string.c
  1.15      +5 -1      src/lib/libarchive/archive_string.h



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