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/17269] _IO_wstr_overflow integer overflow


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

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|security?                   |security+

--- Comment #1 from Florian Weimer <fweimer at redhat dot com> ---
With a 64 bit kernel, it is possible to allocate three hunks of 1U << 31, 1U <<
30, 1U << 29, all within the same process, so we probably should treat this as
a security issue.

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