change temp_path's length 19/308219/1
authordyamy-lee <dyamy.lee@samsung.com>
Tue, 19 Mar 2024 10:36:01 +0000 (19:36 +0900)
committerTizen AI <ai.tzn.sec@samsung.com>
Wed, 20 Mar 2024 02:10:15 +0000 (11:10 +0900)
commit69a7953ffccf35787f252c4f99d8f836d96e1a4e
treefa22062310514cd0c4c178a0a2e9948b7c6ed124
parente997ce39488bc56da4bf04b7542fc09c50784b52
change temp_path's length

Change the temp_path's length as PATH_MAX*2.
Previous version is reduced current_working_directory size as half of PATH_MAX,
but ses build gives still fail.
So, it changed increasing temp_path's length

Change-Id: If957d04dd819267c4b9c0753809e3d2dde7d7e29
common/vc_info_parser.c