Remove sscanf and sprintf usage (#8508)
authorJan Vorlicek <janvorli@microsoft.com>
Thu, 8 Dec 2016 23:51:19 +0000 (00:51 +0100)
committerGitHub <noreply@github.com>
Thu, 8 Dec 2016 23:51:19 +0000 (00:51 +0100)
commite58e3c5e0a527802bd5286c537dc3ed603317c1d
treedabb0caf55c65bfe141a91de2c64a4c22a3682c5
parentbf4ed11eb5cee7123fd0c6fa5b60f09fe7adf23e
Remove sscanf and sprintf usage (#8508)

* Remove sscanf
* Remove sprintf
281 files changed:
src/ToolBox/superpmi/superpmi-shared/mclist.cpp
src/ToolBox/superpmi/superpmi/methodstatsemitter.cpp
src/ToolBox/superpmi/superpmi/parallelsuperpmi.cpp
src/debug/ee/debugger.cpp
src/dlls/mscordac/mscordac_unixexports.src
src/ilasm/prebuilt/asmparse.cpp
src/ildasm/dis.cpp
src/ildasm/dres.cpp
src/ildasm/gui.cpp
src/jit/codegenarm.cpp
src/jit/codegenarm64.cpp
src/jit/codegenxarch.cpp
src/jit/inlinepolicy.cpp
src/jit/utils.cpp
src/pal/inc/pal.h
src/pal/inc/rt/palrt.h
src/pal/src/CMakeLists.txt
src/pal/src/cruntime/printf.cpp
src/pal/src/debug/debug.cpp
src/pal/src/exception/machmessage.h
src/pal/src/include/pal/palinternal.h
src/pal/src/safecrt/input.inl
src/pal/src/safecrt/mbusafecrt.cpp
src/pal/src/safecrt/sprintf.cpp [deleted file]
src/pal/src/safecrt/sprintf_s.cpp [new file with mode: 0644]
src/pal/src/safecrt/sscanf.cpp [deleted file]
src/pal/src/safecrt/sscanf_s.cpp [new file with mode: 0644]
src/pal/src/thread/process.cpp
src/pal/tests/palsuite/c_runtime/CMakeLists.txt
src/pal/tests/palsuite/c_runtime/sprintf/CMakeLists.txt [deleted file]
src/pal/tests/palsuite/c_runtime/sprintf/sprintf.h [deleted file]
src/pal/tests/palsuite/c_runtime/sprintf/test1/CMakeLists.txt [deleted file]
src/pal/tests/palsuite/c_runtime/sprintf/test1/test1.cpp [deleted file]
src/pal/tests/palsuite/c_runtime/sprintf/test1/testinfo.dat [deleted file]
src/pal/tests/palsuite/c_runtime/sprintf/test10/CMakeLists.txt [deleted file]
src/pal/tests/palsuite/c_runtime/sprintf/test10/test10.cpp [deleted file]
src/pal/tests/palsuite/c_runtime/sprintf/test10/testinfo.dat [deleted file]
src/pal/tests/palsuite/c_runtime/sprintf/test11/CMakeLists.txt [deleted file]
src/pal/tests/palsuite/c_runtime/sprintf/test11/test11.cpp [deleted file]
src/pal/tests/palsuite/c_runtime/sprintf/test11/testinfo.dat [deleted file]
src/pal/tests/palsuite/c_runtime/sprintf/test12/CMakeLists.txt [deleted file]
src/pal/tests/palsuite/c_runtime/sprintf/test12/test12.cpp [deleted file]
src/pal/tests/palsuite/c_runtime/sprintf/test12/testinfo.dat [deleted file]
src/pal/tests/palsuite/c_runtime/sprintf/test13/CMakeLists.txt [deleted file]
src/pal/tests/palsuite/c_runtime/sprintf/test13/test13.cpp [deleted file]
src/pal/tests/palsuite/c_runtime/sprintf/test13/testinfo.dat [deleted file]
src/pal/tests/palsuite/c_runtime/sprintf/test14/CMakeLists.txt [deleted file]
src/pal/tests/palsuite/c_runtime/sprintf/test14/test14.cpp [deleted file]
src/pal/tests/palsuite/c_runtime/sprintf/test14/testinfo.dat [deleted file]
src/pal/tests/palsuite/c_runtime/sprintf/test15/CMakeLists.txt [deleted file]
src/pal/tests/palsuite/c_runtime/sprintf/test15/test15.cpp [deleted file]
src/pal/tests/palsuite/c_runtime/sprintf/test15/testinfo.dat [deleted file]
src/pal/tests/palsuite/c_runtime/sprintf/test16/CMakeLists.txt [deleted file]
src/pal/tests/palsuite/c_runtime/sprintf/test16/test16.cpp [deleted file]
src/pal/tests/palsuite/c_runtime/sprintf/test16/testinfo.dat [deleted file]
src/pal/tests/palsuite/c_runtime/sprintf/test17/CMakeLists.txt [deleted file]
src/pal/tests/palsuite/c_runtime/sprintf/test17/test17.cpp [deleted file]
src/pal/tests/palsuite/c_runtime/sprintf/test17/testinfo.dat [deleted file]
src/pal/tests/palsuite/c_runtime/sprintf/test18/CMakeLists.txt [deleted file]
src/pal/tests/palsuite/c_runtime/sprintf/test18/test18.cpp [deleted file]
src/pal/tests/palsuite/c_runtime/sprintf/test18/testinfo.dat [deleted file]
src/pal/tests/palsuite/c_runtime/sprintf/test19/CMakeLists.txt [deleted file]
src/pal/tests/palsuite/c_runtime/sprintf/test19/test19.cpp [deleted file]
src/pal/tests/palsuite/c_runtime/sprintf/test19/testinfo.dat [deleted file]
src/pal/tests/palsuite/c_runtime/sprintf/test2/CMakeLists.txt [deleted file]
src/pal/tests/palsuite/c_runtime/sprintf/test2/test2.cpp [deleted file]
src/pal/tests/palsuite/c_runtime/sprintf/test2/testinfo.dat [deleted file]
src/pal/tests/palsuite/c_runtime/sprintf/test3/CMakeLists.txt [deleted file]
src/pal/tests/palsuite/c_runtime/sprintf/test3/test3.cpp [deleted file]
src/pal/tests/palsuite/c_runtime/sprintf/test3/testinfo.dat [deleted file]
src/pal/tests/palsuite/c_runtime/sprintf/test4/CMakeLists.txt [deleted file]
src/pal/tests/palsuite/c_runtime/sprintf/test4/test4.cpp [deleted file]
src/pal/tests/palsuite/c_runtime/sprintf/test4/testinfo.dat [deleted file]
src/pal/tests/palsuite/c_runtime/sprintf/test5/CMakeLists.txt [deleted file]
src/pal/tests/palsuite/c_runtime/sprintf/test5/test5.cpp [deleted file]
src/pal/tests/palsuite/c_runtime/sprintf/test5/testinfo.dat [deleted file]
src/pal/tests/palsuite/c_runtime/sprintf/test6/CMakeLists.txt [deleted file]
src/pal/tests/palsuite/c_runtime/sprintf/test6/test6.cpp [deleted file]
src/pal/tests/palsuite/c_runtime/sprintf/test6/testinfo.dat [deleted file]
src/pal/tests/palsuite/c_runtime/sprintf/test7/CMakeLists.txt [deleted file]
src/pal/tests/palsuite/c_runtime/sprintf/test7/test7.cpp [deleted file]
src/pal/tests/palsuite/c_runtime/sprintf/test7/testinfo.dat [deleted file]
src/pal/tests/palsuite/c_runtime/sprintf/test8/CMakeLists.txt [deleted file]
src/pal/tests/palsuite/c_runtime/sprintf/test8/test8.cpp [deleted file]
src/pal/tests/palsuite/c_runtime/sprintf/test8/testinfo.dat [deleted file]
src/pal/tests/palsuite/c_runtime/sprintf/test9/CMakeLists.txt [deleted file]
src/pal/tests/palsuite/c_runtime/sprintf/test9/test9.cpp [deleted file]
src/pal/tests/palsuite/c_runtime/sprintf/test9/testinfo.dat [deleted file]
src/pal/tests/palsuite/c_runtime/sprintf_s/CMakeLists.txt [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sprintf_s/sprintf_s.h [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sprintf_s/test1/CMakeLists.txt [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sprintf_s/test1/test1.cpp [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sprintf_s/test1/testinfo.dat [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sprintf_s/test10/CMakeLists.txt [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sprintf_s/test10/test10.cpp [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sprintf_s/test10/testinfo.dat [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sprintf_s/test11/CMakeLists.txt [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sprintf_s/test11/test11.cpp [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sprintf_s/test11/testinfo.dat [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sprintf_s/test12/CMakeLists.txt [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sprintf_s/test12/test12.cpp [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sprintf_s/test12/testinfo.dat [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sprintf_s/test13/CMakeLists.txt [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sprintf_s/test13/test13.cpp [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sprintf_s/test13/testinfo.dat [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sprintf_s/test14/CMakeLists.txt [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sprintf_s/test14/test14.cpp [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sprintf_s/test14/testinfo.dat [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sprintf_s/test15/CMakeLists.txt [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sprintf_s/test15/test15.cpp [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sprintf_s/test15/testinfo.dat [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sprintf_s/test16/CMakeLists.txt [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sprintf_s/test16/test16.cpp [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sprintf_s/test16/testinfo.dat [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sprintf_s/test17/CMakeLists.txt [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sprintf_s/test17/test17.cpp [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sprintf_s/test17/testinfo.dat [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sprintf_s/test18/CMakeLists.txt [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sprintf_s/test18/test18.cpp [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sprintf_s/test18/testinfo.dat [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sprintf_s/test19/CMakeLists.txt [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sprintf_s/test19/test19.cpp [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sprintf_s/test19/testinfo.dat [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sprintf_s/test2/CMakeLists.txt [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sprintf_s/test2/test2.cpp [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sprintf_s/test2/testinfo.dat [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sprintf_s/test3/CMakeLists.txt [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sprintf_s/test3/test3.cpp [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sprintf_s/test3/testinfo.dat [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sprintf_s/test4/CMakeLists.txt [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sprintf_s/test4/test4.cpp [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sprintf_s/test4/testinfo.dat [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sprintf_s/test6/CMakeLists.txt [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sprintf_s/test6/test6.cpp [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sprintf_s/test6/testinfo.dat [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sprintf_s/test7/CMakeLists.txt [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sprintf_s/test7/test7.cpp [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sprintf_s/test7/testinfo.dat [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sprintf_s/test8/CMakeLists.txt [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sprintf_s/test8/test8.cpp [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sprintf_s/test8/testinfo.dat [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sprintf_s/test9/CMakeLists.txt [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sprintf_s/test9/test9.cpp [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sprintf_s/test9/testinfo.dat [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sscanf/CMakeLists.txt [deleted file]
src/pal/tests/palsuite/c_runtime/sscanf/sscanf.h [deleted file]
src/pal/tests/palsuite/c_runtime/sscanf/test1/CMakeLists.txt [deleted file]
src/pal/tests/palsuite/c_runtime/sscanf/test1/test1.cpp [deleted file]
src/pal/tests/palsuite/c_runtime/sscanf/test1/testinfo.dat [deleted file]
src/pal/tests/palsuite/c_runtime/sscanf/test10/CMakeLists.txt [deleted file]
src/pal/tests/palsuite/c_runtime/sscanf/test10/test10.cpp [deleted file]
src/pal/tests/palsuite/c_runtime/sscanf/test10/testinfo.dat [deleted file]
src/pal/tests/palsuite/c_runtime/sscanf/test11/CMakeLists.txt [deleted file]
src/pal/tests/palsuite/c_runtime/sscanf/test11/test11.cpp [deleted file]
src/pal/tests/palsuite/c_runtime/sscanf/test11/testinfo.dat [deleted file]
src/pal/tests/palsuite/c_runtime/sscanf/test12/CMakeLists.txt [deleted file]
src/pal/tests/palsuite/c_runtime/sscanf/test12/test12.cpp [deleted file]
src/pal/tests/palsuite/c_runtime/sscanf/test12/testinfo.dat [deleted file]
src/pal/tests/palsuite/c_runtime/sscanf/test13/CMakeLists.txt [deleted file]
src/pal/tests/palsuite/c_runtime/sscanf/test13/test13.cpp [deleted file]
src/pal/tests/palsuite/c_runtime/sscanf/test13/testinfo.dat [deleted file]
src/pal/tests/palsuite/c_runtime/sscanf/test14/CMakeLists.txt [deleted file]
src/pal/tests/palsuite/c_runtime/sscanf/test14/test14.cpp [deleted file]
src/pal/tests/palsuite/c_runtime/sscanf/test14/testinfo.dat [deleted file]
src/pal/tests/palsuite/c_runtime/sscanf/test15/CMakeLists.txt [deleted file]
src/pal/tests/palsuite/c_runtime/sscanf/test15/test15.cpp [deleted file]
src/pal/tests/palsuite/c_runtime/sscanf/test15/testinfo.dat [deleted file]
src/pal/tests/palsuite/c_runtime/sscanf/test16/CMakeLists.txt [deleted file]
src/pal/tests/palsuite/c_runtime/sscanf/test16/test16.cpp [deleted file]
src/pal/tests/palsuite/c_runtime/sscanf/test16/testinfo.dat [deleted file]
src/pal/tests/palsuite/c_runtime/sscanf/test17/CMakeLists.txt [deleted file]
src/pal/tests/palsuite/c_runtime/sscanf/test17/test17.cpp [deleted file]
src/pal/tests/palsuite/c_runtime/sscanf/test17/testinfo.dat [deleted file]
src/pal/tests/palsuite/c_runtime/sscanf/test2/CMakeLists.txt [deleted file]
src/pal/tests/palsuite/c_runtime/sscanf/test2/test2.cpp [deleted file]
src/pal/tests/palsuite/c_runtime/sscanf/test2/testinfo.dat [deleted file]
src/pal/tests/palsuite/c_runtime/sscanf/test3/CMakeLists.txt [deleted file]
src/pal/tests/palsuite/c_runtime/sscanf/test3/test3.cpp [deleted file]
src/pal/tests/palsuite/c_runtime/sscanf/test3/testinfo.dat [deleted file]
src/pal/tests/palsuite/c_runtime/sscanf/test4/CMakeLists.txt [deleted file]
src/pal/tests/palsuite/c_runtime/sscanf/test4/test4.cpp [deleted file]
src/pal/tests/palsuite/c_runtime/sscanf/test4/testinfo.dat [deleted file]
src/pal/tests/palsuite/c_runtime/sscanf/test5/CMakeLists.txt [deleted file]
src/pal/tests/palsuite/c_runtime/sscanf/test5/test5.cpp [deleted file]
src/pal/tests/palsuite/c_runtime/sscanf/test5/testinfo.dat [deleted file]
src/pal/tests/palsuite/c_runtime/sscanf/test6/CMakeLists.txt [deleted file]
src/pal/tests/palsuite/c_runtime/sscanf/test6/test6.cpp [deleted file]
src/pal/tests/palsuite/c_runtime/sscanf/test6/testinfo.dat [deleted file]
src/pal/tests/palsuite/c_runtime/sscanf/test7/CMakeLists.txt [deleted file]
src/pal/tests/palsuite/c_runtime/sscanf/test7/test7.cpp [deleted file]
src/pal/tests/palsuite/c_runtime/sscanf/test7/testinfo.dat [deleted file]
src/pal/tests/palsuite/c_runtime/sscanf/test8/CMakeLists.txt [deleted file]
src/pal/tests/palsuite/c_runtime/sscanf/test8/test8.cpp [deleted file]
src/pal/tests/palsuite/c_runtime/sscanf/test8/testinfo.dat [deleted file]
src/pal/tests/palsuite/c_runtime/sscanf/test9/CMakeLists.txt [deleted file]
src/pal/tests/palsuite/c_runtime/sscanf/test9/test9.cpp [deleted file]
src/pal/tests/palsuite/c_runtime/sscanf/test9/testinfo.dat [deleted file]
src/pal/tests/palsuite/c_runtime/sscanf_s/CMakeLists.txt [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sscanf_s/sscanf_s.h [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sscanf_s/test1/CMakeLists.txt [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sscanf_s/test1/test1.cpp [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sscanf_s/test1/testinfo.dat [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sscanf_s/test10/CMakeLists.txt [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sscanf_s/test10/test10.cpp [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sscanf_s/test10/testinfo.dat [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sscanf_s/test11/CMakeLists.txt [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sscanf_s/test11/test11.cpp [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sscanf_s/test11/testinfo.dat [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sscanf_s/test12/CMakeLists.txt [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sscanf_s/test12/test12.cpp [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sscanf_s/test12/testinfo.dat [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sscanf_s/test13/CMakeLists.txt [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sscanf_s/test13/test13.cpp [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sscanf_s/test13/testinfo.dat [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sscanf_s/test14/CMakeLists.txt [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sscanf_s/test14/test14.cpp [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sscanf_s/test14/testinfo.dat [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sscanf_s/test15/CMakeLists.txt [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sscanf_s/test15/test15.cpp [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sscanf_s/test15/testinfo.dat [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sscanf_s/test16/CMakeLists.txt [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sscanf_s/test16/test16.cpp [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sscanf_s/test16/testinfo.dat [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sscanf_s/test17/CMakeLists.txt [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sscanf_s/test17/test17.cpp [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sscanf_s/test17/testinfo.dat [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sscanf_s/test2/CMakeLists.txt [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sscanf_s/test2/test2.cpp [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sscanf_s/test2/testinfo.dat [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sscanf_s/test3/CMakeLists.txt [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sscanf_s/test3/test3.cpp [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sscanf_s/test3/testinfo.dat [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sscanf_s/test4/CMakeLists.txt [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sscanf_s/test4/test4.cpp [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sscanf_s/test4/testinfo.dat [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sscanf_s/test5/CMakeLists.txt [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sscanf_s/test5/test5.cpp [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sscanf_s/test5/testinfo.dat [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sscanf_s/test6/CMakeLists.txt [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sscanf_s/test6/test6.cpp [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sscanf_s/test6/testinfo.dat [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sscanf_s/test7/CMakeLists.txt [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sscanf_s/test7/test7.cpp [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sscanf_s/test7/testinfo.dat [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sscanf_s/test8/CMakeLists.txt [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sscanf_s/test8/test8.cpp [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sscanf_s/test8/testinfo.dat [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sscanf_s/test9/CMakeLists.txt [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sscanf_s/test9/test9.cpp [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/sscanf_s/test9/testinfo.dat [new file with mode: 0644]
src/pal/tests/palsuite/c_runtime/swscanf/swscanf.h
src/pal/tests/palsuite/c_runtime/wcscat/test1/test1.cpp
src/pal/tests/palsuite/c_runtime/wcscpy/test1/test1.cpp
src/pal/tests/palsuite/common/palsuite.h
src/pal/tests/palsuite/debug_api/WriteProcessMemory/test1/test1.cpp
src/pal/tests/palsuite/debug_api/WriteProcessMemory/test3/test3.cpp
src/pal/tests/palsuite/file_io/CreateDirectoryA/test1/CreateDirectoryA.cpp
src/pal/tests/palsuite/file_io/CreateDirectoryW/test1/CreateDirectoryW.cpp
src/pal/tests/palsuite/file_io/CreateFileA/test1/CreateFileA.cpp
src/pal/tests/palsuite/file_io/CreateFileW/test1/CreateFileW.cpp
src/pal/tests/palsuite/file_io/GetTempFileNameA/test1/GetTempFileNameA.cpp
src/pal/tests/palsuite/file_io/MoveFileA/test1/MoveFileA.cpp
src/pal/tests/palsuite/file_io/MoveFileW/test1/MoveFileW.cpp
src/pal/tests/palsuite/file_io/RemoveDirectoryA/test1/RemoveDirectoryA.cpp
src/pal/tests/palsuite/file_io/RemoveDirectoryW/test1/RemoveDirectoryW.cpp
src/pal/tests/palsuite/file_io/SearchPathA/test1/SearchPathA.cpp
src/pal/tests/palsuite/file_io/SearchPathW/test1/SearchPathW.cpp
src/pal/tests/palsuite/file_io/SetCurrentDirectoryA/test1/SetCurrentDirectoryA.cpp
src/pal/tests/palsuite/file_io/SetCurrentDirectoryA/test2/setcurrentdirectorya.cpp
src/pal/tests/palsuite/file_io/SetCurrentDirectoryW/test2/setcurrentdirectoryw.cpp
src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test2/CreateFileMappingW.cpp
src/pal/tests/palsuite/filemapping_memmgt/ReadProcessMemory/test2/test2.cpp
src/pal/tests/palsuite/loader/LoadLibraryA/test5/loadlibrarya.cpp
src/pal/tests/palsuite/loader/LoadLibraryW/test5/loadlibraryw.cpp
src/pal/tests/palsuite/pal_specific/PAL_RegisterLibraryW_UnregisterLibraryW/test1/PAL_RegisterLibraryW_UnregisterLibraryW.cpp
src/pal/tests/palsuite/pal_specific/PAL_RegisterLibraryW_UnregisterLibraryW/test2_neg/reg_unreg_libraryw_neg.cpp
src/pal/tests/palsuite/paltestlist.txt
src/pal/tests/palsuite/palverify.dat
src/vm/appdomain.cpp
src/vm/compile.cpp
src/vm/gdbjit.cpp