Hrrmmm shouldn't those lines be...
Rick Irving
rirving at onecall.net
Thu Sep 7 21:22:12 UTC 2000
Hrrmmm.. I am nit picky.
They should devolve to the same thing,
but, in some cases it can be "not defined".... .
So, you want to compile on 32 bit stuff forever ?
(Just kidding)
I am actually looking for possible leaks...
:)
Same problem in, issue , BTW,
trash.c - line 27:
< memset(&token.token, '\0', STORAGE_TOKEN_LENGTH);
> memset(token.token, '\0', STORAGE_TOKEN_LENGTH);
ov3.c - line 176:
< memset(&CACHEdata, '\0', sizeof(CACHEdata));
> memset(CACHEdata, '\0', sizeof(CACHEdata));
buffindexed.c - line 881:
< memset(&groupdatablock, '\0', sizeof(groupdatablock));
> memset(groupdatablock, '\0', sizeof(groupdatablock));
If someone is bored......
More information about the inn-workers
mailing list