On Sat, 17 Feb 2001, Sebastian Rittau wrote:
> Consider the following program:
>
> | int main(int argc, char **argv)
> | {
> | throw 5;
> | }
>
> If I compile and link this with libefence (electric-fence malloc
> debugger), efence claims that a zero byte memory allocation is made:
Does it happen with 2.95.2 as well?
Bernd