This is the mail archive of the glibc-bugs@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]

[Bug stdio/22703] sprintf "%ls": uninitialized memory access because of using SSE 4.1 (__wcsnlen_sse4_1)


https://sourceware.org/bugzilla/show_bug.cgi?id=22703

--- Comment #1 from Andreas Schwab <schwab@linux-m68k.org> ---
This is most likely a false positive, since __wcsnlen_sse4_1 knows it can read
past the bounds of the string as long as it stays on the page.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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