bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-wget] [Bulk] Re: [Bulk] wget/Chrome bug?


From: Hubert Tarasiuk
Subject: Re: [Bug-wget] [Bulk] Re: [Bulk] wget/Chrome bug?
Date: Fri, 10 Apr 2015 14:02:32 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0

W dniu 10.04.2015 o 12:55, Gisle Vanem pisze:
> (I forgot xfree() was a macro).
I forgot that too. The problem I noticed was, that the code was doing
*p = *p + 1;
instead of
p = p + 1;
So apparently there were two bugs in one line. (The other was double
incrementation by the macro.)

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]