dump: add function to check whether file is link or not 12/139912/4
authorSangjin Lee <lsj119@samsung.com>
Fri, 21 Jul 2017 04:44:23 +0000 (13:44 +0900)
committerBoram Park <boram1288.park@samsung.com>
Fri, 21 Jul 2017 07:20:44 +0000 (16:20 +0900)
commitcfd952b7abd487a592e2c625f5f37f439f324193
treec575427a8403632a5f53792c36c85a800b19c4e7
parent472317e7ef4c44ffeb6abd60144a1cd5e953ee42
dump: add function to check whether file is link or not

According to security code guide, before open the file for write it
should be check the file is symbolic link.

Change-Id: I11e5be6898640995669c470cec703aef93869bfd
src/tdm_helper.c