Commit 6b85eeae authored by Guillaume Quintard's avatar Guillaume Quintard

Revert "Check malloc return"

This reverts commit 6da0cfda.

That was a stupid commit, the malloc failure is already handled

Spotted by: @scn
parent c7e56c42
......@@ -168,7 +168,6 @@ VCLI_ReadResult(int fd, unsigned *status, char **ptr, double tmo)
*status = u;
p = malloc(v + 1L);
AN(p);
if (p == NULL)
break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment