From: Ian Jackson Date: Thu, 25 Jul 2013 17:30:53 +0000 (+0100) Subject: site, transform: per-transform-instance max_start_pad X-Git-Tag: debian/0.3.0_beta2~9 X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/commitdiff_plain/1ce2f8bc69bc1bef98b48f450081d96e2c29cc00?hp=1ce2f8bc69bc1bef98b48f450081d96e2c29cc00 site, transform: per-transform-instance max_start_pad Replicate the max_start_pad value from the transform interface into the instance interface. Use the instance's version in site.c. While we're at it, add an assertion to confirm that the value of max_start_pad passed to buffer_init doesn't overrun the buffer. Signed-off-by: Ian Jackson ---