Skip to content
Snippets Groups Projects
Commit 91198eaf authored by Mark OLESEN's avatar Mark OLESEN
Browse files

COMP: gcc-12 buffer check bypasses xsputn (#2481, #2496)

- add overflow() method to the SHA1 streambuf. Previously could rely
  on xsputn for adding to sha1 content, but streams now check pptr()
  first to test for the buffering range and thus overflow() is needed.
parent 6f4196ae
Branches
Tags
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