Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix localhost() after memory failure | Samuel Thibault | 2011-08-20 | 1 | -0/+2 |
| | | | | | * libshouldbeinlibc/localhost.c (localhost): Free and reset buf when reallocation failed. | ||||
* | fix a realloc-related memory leak in localhost() | Jonathan Neuschäfer | 2011-08-20 | 1 | -7/+14 |
| | | | | | | * libshouldbeinlibc/localhost.c (localhost): assign the return value of realloc to a temporary variable to avoid losing the old value of buf in the case of realloc failing. | ||||
* | Initial revision | Miles Bader | 1996-02-18 | 1 | -0/+66 |