Replace vulnerable functions: strerror and sprintf 32/62132/6
authorYunjin Lee <yunjin-.lee@samsung.com>
Mon, 14 Mar 2016 12:29:50 +0000 (21:29 +0900)
committerYunjin Lee <yunjin-.lee@samsung.com>
Thu, 17 Mar 2016 12:57:06 +0000 (21:57 +0900)
commit589f9e4d55ded28cbf553f45d4235125509918af
tree310064ee31bd59be4208563b08086f193d8b0f6e
parent9def8dff6d00ccaffb5f66b512cefd89be9c8490
Replace vulnerable functions: strerror and sprintf

Change-Id: Idf4630c96d97294739e875be14999a6f4d7ddae7
Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
src/agent/popup-bin/CMakeLists.txt
src/agent/popup-bin/popup.cpp
src/agent/ui/popup-runner.cpp
src/common/CMakeLists.txt
src/common/util/SafeFunction.cpp [new file with mode: 0644]
src/common/util/SafeFunction.h [new file with mode: 0644]
test/client/src/main.c