> I would like to add _FORTIFY_SOURCE-style checks to libstdc++ which call > __chk_fail() on failure. Is this an acceptable use of this symbol? It is a public exported symbol. So I don't see a problem.