e_client: use rand_r() instead of rand() 72/290772/1 accepted/tizen/7.0/unified/20230405.151558
authorDoyoun Kang <doyoun.kang@samsung.com>
Mon, 3 Apr 2023 02:55:28 +0000 (11:55 +0900)
committerDoyoun Kang <doyoun.kang@samsung.com>
Mon, 3 Apr 2023 04:50:35 +0000 (04:50 +0000)
commit90413ac7f5c118f8467865bf0be1d9a77a461358
tree911d02e8553d216ab6a2da8b10ad80c5715a233e
parent802e8152a5e490a6c3b65cf9f7a99f5264a1126e
e_client: use rand_r() instead of rand()

we changed code to use rand_r instead of rand for thread safety

Change-Id: I0c0b35d1a42ace33428df7f11e3eebf4dc133d10
src/bin/e_client.c