diff options
author | 2017-10-18 15:45:38 +0000 | |
---|---|---|
committer | 2017-10-18 15:45:38 +0000 | |
commit | 8a566dbaa0409d200bd076d2ea78e5e586002c8c (patch) | |
tree | f7a800cf6f05fa0715c8caeb6647e1a6cd4a2168 /lib/libc/stdlib/malloc.c | |
parent | The return value of this function isn't used. (diff) | |
download | wireguard-openbsd-8a566dbaa0409d200bd076d2ea78e5e586002c8c.tar.xz wireguard-openbsd-8a566dbaa0409d200bd076d2ea78e5e586002c8c.zip |
It turns out that using the packed attribute on most structs was a bad
idea since the brcmfmac implementation relies on the compiler generated
padding. Removing the packed attribute allows reading correct data from
the BSS info. As a next step it might be a good idea to pad the structs
manually.
Diffstat (limited to 'lib/libc/stdlib/malloc.c')
0 files changed, 0 insertions, 0 deletions