mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-29 00:19:51 +02:00
next set of documentation updates (word splitting), rearrange a test in readline's tilde expansion to avoid touching uninitialized data
This commit is contained in:
@@ -1140,6 +1140,7 @@ internal_realloc (PTR_T mem, size_t n, const char *file, int line, int flags)
|
||||
if (n == 0)
|
||||
{
|
||||
internal_free (mem, file, line, MALLOC_INTERNAL);
|
||||
/* XXX - return internal_malloc (0, file, line MALLOC_INTERNAL) ? */
|
||||
return (NULL);
|
||||
}
|
||||
if ((p = (union mhead *) mem) == 0)
|
||||
|
||||
Reference in New Issue
Block a user