halcc: Fix assert on fd to pass for the case 'fd == 0' 60/321960/1 accepted/tizen_9.0_unified tizen_9.0 accepted/tizen/9.0/unified/20250407.170153
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:26:43 +0000 (11:26 +0000)
commit164cd38f11a90da41679a06c5ba9188679261063
tree4f69bc78e0263628888a3df151a56c68a63061a5
parent0e45ae6ec71ea6d165e3f01ceff33db08daf9dad
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