Re: Breakage on trunk?
From: Stefan Fuhrmann <eqfox_at_web.de>
Date: Sat, 05 Mar 2011 19:52:52 +0100
On 05.03.2011 11:55, Branko Čibej wrote:
*(const char**)ptr = buffer + (size_t)*ptr;
might become:
temp1 = *ptr;
I would consider that a bug but I rearranged the code
const char *target = buffer + *(size_t*)ptr1;
> The thing to do is to not play silly buggers with type
-- Stefan^2.
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.