OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-607-g1879e1b
Gerrit Code Review
gerrit@openafs.org
Sat, 1 Jan 2011 19:19:08 -0800 (PST)
The following commit has been merged in the master branch:
commit 1879e1bce21918cecaee505656664be0fb6b8bce
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Sat Jan 1 23:58:20 2011 +0000
auth: Don't crash if UserList contains bogus line
If the first line of the UserList was bogus (caused ParseLine to
return an error), then we would attempt to free the contents of
an uninitialised identity structure, and crash. Initialise the
structure so this no longer happens.
Change-Id: I55074a5eb616ac48d8a278db2d8389d3b0e112a6
Reviewed-on: http://gerrit.openafs.org/3607
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Tested-by: Jeffrey Altman <jaltman@openafs.org>
src/auth/userok.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
--
OpenAFS Master Repository