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: [RFC][PATCH v3] Initial support for C11 Annex K Bounds checking functions


On 07.06.2013 13:10, Joseph S. Myers wrote:
> On Fri, 7 Jun 2013, Ulrich Bayer wrote:
> 
>> In addition to the notnull attribute I have also removed the pure 
>> attribute from strnlen_s because the runtime-constraint handler might 
>> change between function calls. Thus, it does IMHO not qualify as being 
>> tagged with pure.
> 
> No, I think you were right the first time there; strnlen_s has no runtime 
> constraints (see footnote 428) and appears to me to be pure; likewise 
> wcsnlen_s.

Right. Thanks for catching this.
Fixed (will be part of next patch).


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