svn commit: r257945 - head/usr.sbin/pkg

Eitan Adler eadler at freebsd.org
Mon Nov 11 19:20:09 UTC 2013


On Mon, Nov 11, 2013 at 10:35 AM, Bryan Drewery <bryan at shatow.net> wrote:
> On Mon, Nov 11, 2013 at 07:44:10AM +0000, Gleb Smirnoff wrote:
>> Author: glebius
>> Date: Mon Nov 11 07:44:09 2013
>> New Revision: 257945
>> URL: http://svnweb.freebsd.org/changeset/base/257945
>>
>> Log:
>>   Do not use just freed memory.
>>
>>   Sponsored by:       Nginx, Inc.
>
> Can you please also MFC this?
>
>>               if (fingerprint->name)
>>                       free(fingerprint->name);

While here, can you remove the if conditional by the free?



-- 
Eitan Adler
Source, Ports, Doc committer
Bugmeister, Ports Security teams


More information about the svn-src-all mailing list