[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Devel] problem with ft_mem_debug_realloc
From: |
George Williams |
Subject: |
Re: [Devel] problem with ft_mem_debug_realloc |
Date: |
06 May 2004 07:48:57 -0700 |
On Thu, 2004-05-06 at 00:16, Werner LEMBERG wrote:
> Why? According to the realloc() man page, this case is equivalent to
> malloc(), thus valid. There is code (Update_Max in TT_Load_Context)
> which needs this functionality.
That is certainly what the man page reads now. But when I started
programming unices realloc crashed if passed a NULL pointer. I suspect
David is just being careful.