summaryrefslogtreecommitdiffstats
path: root/sys/contrib
diff options
context:
space:
mode:
authornectar <nectar@FreeBSD.org>2003-04-21 15:44:25 +0000
committernectar <nectar@FreeBSD.org>2003-04-21 15:44:25 +0000
commitbba483a33ae2081fd6df5266da909552b5bb2ab7 (patch)
tree9f98869610b0497a005ce7b70e89188cc32ae61c /sys/contrib
parentd06885c524f36a20f1359e0ad9fc4df54882c6c4 (diff)
downloadFreeBSD-src-bba483a33ae2081fd6df5266da909552b5bb2ab7.zip
FreeBSD-src-bba483a33ae2081fd6df5266da909552b5bb2ab7.tar.gz
Correct a bug that was somehow both obvious and hard-to-see. :-)
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
Diffstat (limited to 'sys/contrib')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud