|
|
|
|
|
by rurban
216 days ago
|
|
If the optimizer cannot see the sizes, it has to defer the error to run-time.
If it sees it (as with _FORTIFY_SOURCE=3) it fails at compile0-time already. The difference to _FORTIFY_SOURCE is that it guarantees to fail, whereas with _FORTIFY_SOURCE you never know. |
|