On Mon, Mar 19, 2007 at 09:00:01PM +0100, Kurt Roeckx wrote:
> I was wondering what "gm identify" would do on a canon raw (.cr2) image.
> The effect I get is:
> gm[19264]: segfault at 0000000000000004 rip 00002b30b10df5b0 rsp 
> 00007ffffa18f668 error 4
> Segmentation fault (core dumped)
(...)
> Anyway, the code is doing:
>   (void) vsprintf(message,format,warning);
>   (void) vsnprintf(message,MaxTextExtent-2,format,warning);
> 
> where warning is a va_list.

That's a leftover from a sprintf -> snprintf cleanup run, and the first
line should indeed just be removed. Thanks for investigating! I don't
know whether I can bribe an RM to push this fix into etch still, but I
can give it a try.

Regards,

Daniel.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to