OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_61-32-gf819561
Gerrit Code Review
gerrit@openafs.org
Tue, 18 Aug 2009 12:13:39 -0700 (PDT)
The following commit has been merged in the master branch:
commit f819561707805c46b1a67c35d8f9ae1eee420af3
Author: Michael Meffie <mmeffie@sinenomine.net>
Date: Tue Aug 18 14:51:57 2009 -0400
Fix stack corruption on 64 bit linux when md5inum is enabled
Fix a stack overflow on 64 bit linux which corrupts the stack
saved arguments and causes a kernel panic. This bug is seen
on platforms where ino_t is 64 bits and the md5inum sysctl
option is enabled.
Reviewed-on: http://gerrit.openafs.org/322
Tested-by: Derrick Brashear <shadow@dementia.org>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/afs/afs_util.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--
OpenAFS Master Repository