CVSROOT:        /cvs
Module name:    src
Changes by:     bl...@cvs.openbsd.org   2017/09/07 05:32:14

Modified files:
        sys/kern       : exec_elf.c 

Log message:
In elf_load_file() to not call free(9) with an uninitialized size
even if the pointer is NULL.  This is not a real bug as free(9)
checks the addr pointer before the size value, but the compiler
cannot know that.
found by clang -Wuninitialized; OK deraadt@

Reply via email to