Tighten the snprintf() test to check behaviour on zero-size buffers.

2003-08-07  Matthias Clasen  <maclas@gmx.de>

	* acinclude.m4: Tighten the snprintf() test to check behaviour on zero-size buffers.  (#106091)
This commit is contained in:
Matthias Clasen
2003-08-07 20:48:10 +00:00
committed by Matthias Clasen
parent d695d28b1b
commit 4d2921959e
7 changed files with 28 additions and 29 deletions

View File

@@ -1,5 +1,7 @@
2003-08-07 Matthias Clasen <maclas@gmx.de>
* acinclude.m4: Tighten the snprintf() test to check behaviour on zero-size buffers. (#106091)
* tests/patterntest.c: Specify test strings in UTF-8, remove all charset conversion.
Replace the NOISY define by a cmdline arg --noisy. (#115757)