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] explicit_bzero final


A couple of very minor nits in the documentation:

+Having said all that, in most situations, using @code{explicit_bzero}

Please remove second comma. Otherwise "in most situations" can be misread as applying to "Having said all that".

by defining it to call memset() and then a second function,
...
+  intended to be used instead of memset() to erase sensitive data after use;

In the commit message and NEWS file, please use just 'memset' and not 'memset()', as the comments talk about the function, not about argument-free calls to the function.


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