-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Bruno Haible on 9/2/2008 4:50 AM:
>>
>> OK to apply? Are there other files in lib or tests that need matching
>> modifications?
>
> Yes, please apply. 4 test files should be modified in sync:
>
> $ grep -rl 4000d tests/
> tests/test-snp
Eric Blake wrote:
> In looking at this further, it looks like line 4179 of vasnprintf.c should
> _not_ count precision as a prefix if prec_ourselves is nonzero.
Yes. Now that you say it, it's obvious that the code in line 4179 should be
in sync with the code in line 4077.
> Without the patch to v
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Eric Blake on 8/19/2008 6:29 AM:
> According to Alain Guibert on 8/19/2008 4:40 AM:
>> Sure. There is a segfault on the test for large precisions, on
>> "%.4000d". On libc5 this format works well until "%.1020d", but
>> segfaults for "%.10
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Alain Guibert on 8/19/2008 4:40 AM:
> Sure. There is a segfault on the test for large precisions, on
> "%.4000d". On libc5 this format works well until "%.1020d", but
> segfaults for "%.1021d" and above.
Bruno, this looks like a vasnprint
Hello Eric,
On Monday, August 11, 2008 at 20:57:53 -0600, Eric Blake wrote:
> The real problem thus seems to be that the gnulib xvasprintf-posix
> module is not working around this bug in your *printf family of
> functions. Could you post config.log for more details on what
> ./configure determ
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
[re-adding gnulib]
According to Alain Guibert on 8/11/2008 3:16 PM:
| Hello Eric, thanks for your support,
|
| On Monday, August 11, 2008 at 7:00:34 -0600, Eric Blake wrote:
|
|> platforms where fopen(file,"a+") opened at the end instead of the
|> b