summaryrefslogtreecommitdiff
path: root/lib/buffer.c
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2015-03-03 08:54:54 +0100
committerDonald Sharp <sharpd@cumulusnetworks.com>2016-06-07 08:56:14 -0400
commitf2d193ab3282f3b54bd6fe855a0183d362c2746f (patch)
treef67d18033cf3333d368e2dd9567e41928b232cd3 /lib/buffer.c
parentc5e0075f8b0ed11c81333bbe6970ebc9479e3a70 (diff)
bgpd, zebra: fix struct/pointer sizeof mixups
Two places were taking sizeof(pointer) instead of the sizeof(struct), while performing operations on the struct. Both are initialisation functions; I guess we haven't seen fallout since they weren't critical. Fix anyway. [v2: fix mistake that actually broke bgpd RS workqueue init] Signed-off-by: David Lamparter <equinox@opensourcerouting.org> (cherry picked from commit d43f8b39b075fe60e0c8fdb33b07b284d3fae503)
Diffstat (limited to 'lib/buffer.c')
0 files changed, 0 insertions, 0 deletions