Unix software and USSR
P.Garbha
pgd at bbt.se
Sun Sep 30 18:51:32 AEST 1990
In article <4108 at rtifs1.UUCP> trt at rti.rti.org (Thomas Truscott) writes:
>
>Just a thought: if your version of crypt.c has line
>that declares "L" and "R" to be arrays of size 32,
>your version is depending on L and R being allocated
>adjacent to each other. This is an ancient bug that
>no one ever bothers to fix.
>
>Try instead:
> char L[64];
> #define R (L+32)
>That might fix things. Then again, maybe not.
>
> Tom Truscott
YES!!
That fixes the bug so that crypt is compilable with gcc for an i386
More information about the Comp.unix.questions
mailing list