Hi,

this is probably not the right list for bug reports and patches, but I
was kind of surprised that my previous report to openafs-bugs had its
ticket (#51424) deleted.  I guess it was probably lost in the huge
spam traffic going on there.  So I'm trying again here :)

Sorry to bother,
Stefaan

---------- Forwarded message ----------
From: Stefaan <[EMAIL PROTECTED]>
Date: Jan 10, 2007 8:21 PM
Subject: small patch to fix segmentation fault during error reporting of "fs"
To: [EMAIL PROTECTED]


Before:
[EMAIL PROTECTED] ~ $ fs listacl /afs/
fs:'/afs/'Segmentation fault

After:
[EMAIL PROTECTED] ~ $ fs listacl /afs/
fs:'/afs/': Connection timed out

on amd64-linux.  Source of problem was missing prototype for
extern const char *error_message(afs_int32);
which caused return type to default to 32-bit, while const char * is
64-bit on this platform.

Patch applies to openafs-stable-1_4_x

Cheers,
Stefaan

Attachment: fs-fix.patch
Description: Binary data

Reply via email to