]> git.decadent.org.uk Git - nfs-utils.git/commit
gssd: initialize fakeseed in prepare_krb5_rfc1964_buffer
authorJeff Layton <jlayton@redhat.com>
Mon, 23 Mar 2009 12:11:41 +0000 (08:11 -0400)
committerSteve Dickson <steved@redhat.com>
Mon, 23 Mar 2009 12:11:41 +0000 (08:11 -0400)
commit690b2eb64e44dc96db68900dd17ea4586b51966e
treef730ed92fda3b8828db124b7f1dc30ccb5494906
parent1a4bbe59d5cf0684c46b329fcc765eac97dab6ba
gssd: initialize fakeseed in prepare_krb5_rfc1964_buffer

This causes a compiler warning and also means that we're stuffing
the buffer with uninitialized junk from the stack. Other places in
this code initialize "fakeseed" to 0. Do the same here.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve Dickson <steved@redhat.com>
utils/gssd/context_lucid.c