thor: Support file name longer than 32 39/297739/3 accepted/tizen/unified/20230825.121028 accepted/tizen/unified/riscv/20230828.003408
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 23 Aug 2023 10:53:13 +0000 (19:53 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Thu, 24 Aug 2023 02:29:49 +0000 (11:29 +0900)
commitea8971f8cfd8b2af14272f2b16a1d331316cfc0f
treedf396150e4998d7d2a21b25824a0cf3b9085f33d
parentdc9bcc047f6bb2b5816c655eca7a529519e002b5
thor: Support file name longer than 32

The lthor tool sends maxium 64 length file name with two
str_data[] elements. If the 32nd character of str_data[0] is not
'\0', then it can be longer than 32, so copy str_data[1] also.

Change-Id: Ia95a2a16fc2ad876834d504c558e3f2fcce11119
Ref: https://git.tizen.org/cgit/tools/lthor/commit/?id=7da7ee14ea6eed60274ef3d65d16e842547bbd3e
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
packaging/initrd-flash.spec
src/thor-proto.h
src/thor.c