diff options
author | 2017-09-07 11:32:14 +0000 | |
---|---|---|
committer | 2017-09-07 11:32:14 +0000 | |
commit | 01352abefd52196b710c7e6439551a98559e5da0 (patch) | |
tree | b394a83100975886b1764801294b4ccf53f074f7 /sys/dev/usb/xhci.c | |
parent | In copycols() remove useless code that modifies the uninitialized (diff) | |
download | wireguard-openbsd-01352abefd52196b710c7e6439551a98559e5da0.tar.xz wireguard-openbsd-01352abefd52196b710c7e6439551a98559e5da0.zip |
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@
Diffstat (limited to 'sys/dev/usb/xhci.c')
0 files changed, 0 insertions, 0 deletions