Samsung / TizenRT

TizenRT is a lightweight RTOS-based platform to support low-end IoT devices
Apache License 2.0
562 stars 561 forks source link

binfmt/libxipelf: fix WID:35655979 defect caused by unclosed fd #6207

Closed abhishek-samsung closed 1 month ago

abhishek-samsung commented 1 month ago

filfd was not closed in xipelf_loadbinary. Hence added close at all exit points in the function.