This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Initialize nscd stats data [BZ #17892]


Siddhesh Poyarekar <siddhesh@redhat.com> writes:

> nscd stats data that is sent from the daemon to the binary invoked with
> 'nscd -g' does not always initialize selinux data.  Valgrind complains
> about it, so just initialize the entire struct once to get rid of that
> warning.  I haven't done a full analysis of the code changed, but the
> net change in the code size of the send_stats function is just 2
> bytes.  The valgrind warning:

I don't think this has anything to do with selinux data, it's just
complaining about uninitialised padding bytes, doesn't it?

Andreas.

-- 
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]