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/15436] Don't close or flush stdio streams on abort


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

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fweimer at redhat dot com
              Flags|security-                   |security+

--- Comment #2 from Florian Weimer <fweimer at redhat dot com> ---
I think this is important security hardening, hence flagging as security+.

At the very least, we should only do this for actual file-based streams (with
known vtables), not those resulting from open_memstream or fopencookie.

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