Re: Retrospective by 'gpg.fail' authors
GnuPG maintainer Werner Koch responds on oss-security to the gpg.fail authors' retrospective, addressing format-nonliteral handling in time string formatting.
Werner Koch replied on the oss-security mailing list to the retrospective published by the gpg.fail authors, continuing discussion of GnuPG's handling of time string formatting. He cited GnuPG commit 98871aadb70378343541128e80ffd391e413e248, which notes that gcc's -Wformat-nonliteral warning would flag the relevant code and disables the warning for that specific function. Soatok Dreamseeker's original post raised the point that the warning flag was no longer used for the specific problem.