From 89f98c099576591f8f65b9526d0f24de6dec95e8 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 26 Oct 2000 10:53:55 -0200 Subject: in function `read_file', realloc() doesn't free the buffer if it can't allocate new memory --- bugs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'bugs') diff --git a/bugs b/bugs index 7c970c14..92c172ed 100644 --- a/bugs +++ b/bugs @@ -229,3 +229,9 @@ Wed Sep 27 13:39:45 EST 2000 >> (e.g. «a = {print'foo'}») (by Edgar Toernig; since 4.0b, deriving from previous bug) +** liolib.c +Thu Oct 26 10:50:46 EDT 2000 +>> in function `read_file', realloc() doesn't free the buffer if it can't +>> allocate new memory +(by Mauro Vezzosi; since 4.0b) + -- cgit v1.2.3-55-g6feb