mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 00:04:14 -05:00
An incorrectly-sized allocation was being made due to an incorrect argument to the `sizeof' operator. Obvious, because it violated the `foo = malloc(sizeof(*foo))' idiom. Hard-to-see, because it was a missing `*' (`*p' versus `**p'). Resulting failure was Reported by: ache Sponsored by: DARPA, Network Associates Laboratories |
||
|---|---|---|
| .. | ||
| fpmath.h | ||
| libc_private.h | ||
| namespace.h | ||
| nss_tls.h | ||
| reentrant.h | ||
| spinlock.h | ||
| un-namespace.h | ||