elf: Fix uninitialized variable for _dl_write
Variable ret in elf/dl-write.c is uninitialized, which should get return value from __writev.
Loading
Please register or sign in to comment
Variable ret in elf/dl-write.c is uninitialized, which should get return value from __writev.