• Nick Kralevich's avatar
    FORTIFY_SOURCE: emphasize prevention in error messages. · e2617290
    Nick Kralevich authored
    FORTIFY_SOURCE prevents buffer overflows from occurring.
    However, the error message often implies that we only
    detect it, not prevent it.
    
    Bring more clarity to the error messages by emphasizing
    prevention over detection.
    
    Change-Id: I5f3e1478673bdfc589e6cc4199fce8e52e197a24
    e2617290
__vsnprintf_chk.cpp 2.82 KB