From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chuck Winters Subject: realloc Date: Mon, 5 Aug 2002 16:35:43 -0400 Sender: linux-c-programming-owner@vger.kernel.org Message-ID: <20020805163543.A7759@atl.lmco.com> Mime-Version: 1.0 Return-path: Content-Disposition: inline List-Id: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-c-programming@vger.kernel.org Hello all, Anyone know why a program would freeze at realloc? I thought if there was a problem, realloc would just fail. Thanks, Chuck