halcc: Fix assert on fd to pass for the case 'fd == 0' 59/321959/1 accepted/tizen/unified/20250404.074540 accepted/tizen/unified/x/20250404.094526
authorYoungjae Cho <y0.cho@samsung.com>
Tue, 1 Apr 2025 11:22:47 +0000 (20:22 +0900)
committerYoungjae Cho <y0.cho@samsung.com>
Tue, 1 Apr 2025 11:25:22 +0000 (20:25 +0900)
commitf96cc76cef1f4721440cd1b4b3f91f2bda08af59
tree59662d7b0e2dc56a99c2821942b29356b71eae05
parent8f8b29d73c42bd66d9e94145ab5ae9d0a4bf394d
halcc: Fix assert on fd to pass for the case 'fd == 0'

The fd could be 0, so add the case to the assertion.

Change-Id: I29225092682e6cc07b016f824891bb11013bb0b7
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
src/hal-api-compatibility-checker.c