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] |
On 11/20/2017 10:44 AM, Martin Sebor wrote:
I have been looking at strncpy uses but not really finding any opportunities to annotate character arrays (or pointers) nonstring beyond those that have already been marked. I'll keep looking.
Perhaps you should look at calls to strnlen too. If code uses strnlen, that's a hint that possibly strnlen's argument should be marked with nostring.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |