e_info_protocol: fix parameter hidden coverity issue
authorJunseok Kim <juns.kim@samsung.com>
Tue, 16 Apr 2024 02:56:00 +0000 (11:56 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Wed, 17 Apr 2024 23:32:21 +0000 (08:32 +0900)
commit5a18fbb9966c1a205c26ac59175a398c7632b494
tree9e61ed5d95ff17d12ede439a92255631df409628
parent247853518d8ebe298cce7fa917e76673c5fae437
e_info_protocol: fix parameter hidden coverity issue

The variable name 'len' is used in duplicate.
To prevent mistakes in the future, duplicated variable names are named differently.

Change-Id: Ic2d2449e12e2ecb15cab29513b00f2ce7eebdcaf
src/bin/e_info_protocol.c