Skip to content
Commit c39725b3 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

libc: stdio: Fix NULL pointer dereference in ungetc(). If 'stream' was NULL,...

libc: stdio: Fix NULL pointer dereference in ungetc(). If 'stream' was NULL, 'stream->fs_oflags' was evaluated.  From Juha Niskanen
parent af6d9e26
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment