• Don Lewis's avatar
    Fix -Wformat-security warnings. · 7204bffa
    Don Lewis yazdı
    There are a number of instances where the code calls *printf() to
    print arbitrary strings and the string is passed as the format
    argument to *printf().  Since these strings might contain %
    conversion sequences, this is a security hazard.  Fix the problem
    by printing the strings with a "%s" format.
    7204bffa
Adı
Son kayıt (commit)
Son güncelleme
..
consolehandler.cxx Loading commit data...
csvformatter.cxx Loading commit data...
filehandler.cxx Loading commit data...
log.component Loading commit data...
log_module.cxx Loading commit data...
log_module.hxx Loading commit data...
log_services.cxx Loading commit data...
logger.cxx Loading commit data...
loggerconfig.cxx Loading commit data...
loggerconfig.hxx Loading commit data...
loghandler.cxx Loading commit data...
loghandler.hxx Loading commit data...
logrecord.cxx Loading commit data...
logrecord.hxx Loading commit data...
makefile.mk Loading commit data...
methodguard.hxx Loading commit data...
plaintextformatter.cxx Loading commit data...