summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/xhci.c
diff options
context:
space:
mode:
authorbluhm <bluhm@openbsd.org>2017-09-07 11:32:14 +0000
committerbluhm <bluhm@openbsd.org>2017-09-07 11:32:14 +0000
commit01352abefd52196b710c7e6439551a98559e5da0 (patch)
treeb394a83100975886b1764801294b4ccf53f074f7 /sys/dev/usb/xhci.c
parentIn copycols() remove useless code that modifies the uninitialized (diff)
downloadwireguard-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