Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Mar 2008 22:44:07 +0000 (UTC)
From:      Tim Kientzle <kientzle@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libarchive archive_entry.c
Message-ID:  <200803142244.m2EMi71N043021@repoman.freebsd.org>

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



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