Don't try to send garbage after each init script entry
authornorly <ny-git@enpas.org>
Sun, 17 Feb 2019 23:45:42 +0000 (00:45 +0100)
committernorly <ny-git@enpas.org>
Sun, 17 Feb 2019 23:48:43 +0000 (00:48 +0100)
commit88eb76e031c7e01199c501865c4622cec7a59185
tree0cb64dfbb26c20c8b0597b2d86ba8347cd222241
parentc34eb30a4e2ef70b1b5b4429d60fcd89579b447c
Don't try to send garbage after each init script entry

Previously, we'd try to send the local txbuf even though it had not been
written to. Thus strlen() would overrun the buffer, which recent Linux
versions catch in a BUG_ON().
module/elmcan.c