]> granicus.if.org Git - gc/commit
Eliminate 'use of vulnerable sprintf' code defect in de_win test (cord)
authorIvan Maidanski <ivmai@mail.ru>
Fri, 9 Dec 2016 22:54:05 +0000 (01:54 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 6 Feb 2017 17:28:19 +0000 (20:28 +0300)
commit8956311b32d20612706604ea182ef77fb6412111
treea4405d4745498e36909398f1a1d892ea1891f237
parent0fd3b137d9f441b3934e9e0d6af1cbd9195be141
Eliminate 'use of vulnerable sprintf' code defect in de_win test (cord)

* cord/tests/de_win.c (WinMain): Do not call sprintf() on RegisterClass
and CreateWindow failure; invoke de_error() with the immediate error
message strings (without the error code).
cord/tests/de_win.c