Commit b149486b authored by Reini Urban's avatar Reini Urban
Browse files

EOVERFLOW for static buffer overflows

when the compiler knows the object_size (BOS), not ESLEMAX.
Does not work reliably for constant literal strings at compile-time,
but at run-time it mostly does.

Note: with -O2 the duplicated error blocks are merged with a simple goto/jmp.
Maybe we should do it explicitly.
parent 11761a25
Supports Markdown
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