hush: protect against self-modifying trap code
authorDenys Vlasenko <vda.linux@googlemail.com>
Tue, 30 Jan 2018 03:29:03 +0000 (04:29 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Tue, 30 Jan 2018 03:29:03 +0000 (04:29 +0100)
commit749575d3c52c32f57f46f2cbb2942a2204d333ee
tree8c6269fbc476bbd01b2c6295f86870319b0df9b1
parent6f9442ff30f2fa7b66395935b0f59b01ecc89f0e
hush: protect against self-modifying trap code

function                                             old     new   delta
check_and_run_traps                                  211     236     +25

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/hush.c