[vox-tech] another glibc bug?

Peter Jay Salzman vox-tech@lists.lugod.org
Wed, 7 May 2003 15:16:41 -0700


On Wed 07 May 03,  2:52 PM, Charles Polisher <cpolish@attbi.com> opined:
> 
> Glibc 2.2.5 with gcc 3.2.2 looks alright:
> 
>   $ gcc -W -Wall try.c
>   $ ./a.out
>   I requested 1 bytes.
>   p was allocated 12 bytes.
>   $ gcc -W -Wall try.c -lmcheck
>   $ ./a.out
>   I requested 1 bytes.
>   p was allocated 0 bytes.
>   $ 
> 
> One wouldn't generally call malloc with 0 or 1 bytes,
> this is just testing a 'corner' case, right?

thanks, chuck.

yeah, it was.  it failed in "real code" so i wrote a bunch of test codes
to see just how broken it was.

pete

-- 
GPG Instructions: http://www.dirac.org/linux/gpg
GPG Fingerprint: B9F1 6CF3 47C4 7CD8 D33E 70A9 A3B9 1945 67EA 951D