Replace eval() and exec() use for menu functions
authorJeremy Stanley <fungi@yuggoth.org>
Sat, 28 Dec 2019 21:01:32 +0000 (21:01 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Mon, 30 Dec 2019 15:07:54 +0000 (15:07 +0000)
Add a new misc.call_hook_function() routine based on the existing
command execution in misc.handler_active() to eliminate all use of
eval() and exec() built-ins in menu operations.


No differences found