Also sprach [EMAIL PROTECTED]:
> It's been rumoured that Kurt Wall said:
> >
> > My guess is that `count' refers to uninitialized memory. The test program
> > below compiles and runs without incident, even when compiling Electric
> > Fence and setting EF_ALIGNMENT=0.
> >
> > #include <stdio.h>
> > #include <dirent.h>
> >
> > int main(void)
> > {
> > int *count;
if((count = malloc(sizeof(int)) != NULL)
*count = 1;
> > *count = 1;
> > }
>
>
> I'd say you got lucky.
I'd say you're right. Sheesh. I had to look at that WAY too long.
Kurt
--
"Whatever the missing mass of the universe is, I hope it's not cockroaches!"
-- Mom