tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] bug introduced by the latest changes


From: Thomas Preud'homme
Subject: Re: [Tinycc-devel] bug introduced by the latest changes
Date: Sat, 11 Jan 2014 22:39:28 +0800
User-agent: KMail/4.11.3 (Linux/2.6.38-ac2-ac100; KDE/4.11.3; armv7l; ; )

Le vendredi 10 janvier 2014, 17:17:53 Vincent Lefevre a écrit :
> After the latest changes in the mob branch, the following program
> segfaults on Linux/x86_64:
> 
> #include <stdio.h>
> #include <stdlib.h>
> 
> static char *val[] = { "address@hidden" };
> 
> int main (void)
> {
>   printf ("%s\n", val[0]);
>   return 0;
> }
> 
> Removing the "#include <stdlib.h>" line makes the bug disappear.

Can you try a git bisect to see what commit introduced this bug? I'm sorry, I 
won't be able to look at it before a few days though but the informations 
might help some others or myself in a few days in the worst case.

Best regards,

Thomas



reply via email to

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