mirror of
https://github.com/mirror/wget.git
synced 2025-03-10 01:30:16 +08:00
[svn] Doc update.
This commit is contained in:
parent
5b52e5658d
commit
4a0417f00b
@ -175,6 +175,9 @@ aprintf (const char *fmt, ...)
|
||||
int size = 32;
|
||||
char *str = xmalloc (size);
|
||||
|
||||
/* #### This code will infloop and eventually abort in xrealloc if
|
||||
passed a FMT that causes snprintf to consistently return -1. */
|
||||
|
||||
while (1)
|
||||
{
|
||||
int n;
|
||||
|
Loading…
Reference in New Issue
Block a user