-
- Downloads
Fix agerr() format string issue in chkNum()
Commit 99eda421 fixed agerr() format string issue in yyerror(), but the same fix is also needed for chkNum(). In chkNum(), format string can be injected at least via malicious file name: $ cat fs4-%n%s%s%s%s%s%s.dot graph G { a [ weight = 0g ] } $ dot fs4-%n%s%s%s%s%s%s.dot Warning: *** %n in writable segment detected *** Aborted
Please register or sign in to comment