Closed liuming50 closed 2 years ago
A regression was introduced by commit f0f358a1: [ service.c: set/clear condition 'done' for run tasks ]
svc->type is a integer but mistakenly being used as string, which will cause crash.
Signed-off-by: Ming Liu liu.ming50@gmail.com
@troglobit Changes in V2:
1 Adjusted as you suggested in V1.
2 Fix another inconsistent coding style.
@troglobit Verified the crash fixed on a NXP imx27 and imx51 board.
Thanks, looks good to me! :)
A regression was introduced by commit f0f358a1: [ service.c: set/clear condition 'done' for run tasks ]
svc->type is a integer but mistakenly being used as string, which will cause crash.
Signed-off-by: Ming Liu liu.ming50@gmail.com