11 Sep
2008
11 Sep
'08
6:49 p.m.
On Wed, 2008-09-03 at 12:03 -0400, Matthew Wesley wrote:
The functionality added in changeset 818a638fa9a3 has a bug for x86_64 on line 103. The src/auth/mech-gssapi.c file must now include stdlib.h to have the declaration for getenv(). Otherwise, the compiler uses the implicit return type (int), which truncates the 8-byte pointer getenv() returns to a 4-byte value.
Thanks, fixed.
A Mercurial bundle with a fix is attached, and here is the trivial patch to put in the needed #include:
Sorry, I didn't notice the bundle first so you didn't get your name to the commit. Maybe next time. :)