efl_io_model: fix not to cause memory overflow by strcpy 86/199986/2
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Mon, 18 Feb 2019 04:48:39 +0000 (13:48 +0900)
committerJaehyun Cho <jae_hyun.cho@samsung.com>
Mon, 18 Feb 2019 06:18:24 +0000 (06:18 +0000)
commitaad791ea7f32f6b39daa45be513488c24f696fb2
tree2be75a6687682f2e812087d1a29f0793323c6512
parent86ea8f993dd576a8bbf1911d615a0720707df2c5
efl_io_model: fix not to cause memory overflow by strcpy

Since the destination string size is EINA_PATH_MAX, the string is copied
up to EINA_PATH_MAX size.

Change-Id: Ibc0c9b830af3b0befd648cea3dd3288212358ec1
src/lib/eio/efl_io_model.c