diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2007-10-03 10:52:12 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2007-10-03 10:52:12 +0000 |
commit | 91e049d131acb98a8b3ff54ab8f882b27b354479 (patch) | |
tree | 2ccb5b9450d014d6731c31bc458bcc57a8a15916 /sys/dev/gpio/gpioiic.c | |
parent | a2f23a0f4539991c8472613441751eead15267e9 (diff) |
MALLOC+bzero -> malloc+M_ZERO.
In ip_esp.c all allocated memory is now zero'd in the
"malloc(sizeof(*tc) + alen ..." case. The +alen memory was not
initialized by the bzero() call. Noticed by chl@.
"Looks good" art@ "seems ok" chl@
Diffstat (limited to 'sys/dev/gpio/gpioiic.c')
0 files changed, 0 insertions, 0 deletions