From: Ian Jackson Date: Thu, 25 Jul 2013 17:30:53 +0000 (+0100) Subject: udp.c: call buffer_init X-Git-Tag: debian/0.3.0_beta2~5 X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/commitdiff_plain/6af9a9842664ba88d89a67b300c1b0970bcf43ee?hp=6af9a9842664ba88d89a67b300c1b0970bcf43ee udp.c: call buffer_init Nothing in udp.c call buffer_init. This might result in start padding underflows (assertion failures) if packets come in via routes that don't strip (much) off the front and then go out via routes that do add lots at the front. Signed-off-by: Ian Jackson ---