zeek/scripts/base/utils
Jon Siwek 67484a90fa GH-211: improve consistency of how scripting errors are handled
Scripting errors/mistakes now consistently generate a runtime error
which have the behavior of unwinding the call stack all the way out of
the current event handler.

Before, such errors were not treated consistently and either aborted
the process entirely or emitted a message while continuing to execute
subsequent statements without well-defined behavior (possibly causing
a cascade of errors).

The previous behavior also would only unwind out of the current
function (if within a function body), not out the current event
handler, which is especially problematic for functions that return
a value: the caller is essentially left a mess with no way to deal
with it.

This also changes the behavior of the startup/initialization process
to abort if there's errors during bro_init() rather than continue one
to the main run loop.  The `allow_init_errors` option may change this
new, default behavior.
2019-01-30 11:20:09 -06:00
..
active-http.bro Convert more redef-able constants to runtime options 2018-08-27 19:38:47 -05:00
addrs.bro Merge remote-tracking branch 'origin/topic/vern/vec-append' 2018-08-03 11:38:40 -05:00
conn-ids.bro Fix typos and formatting in the base/utils docs 2013-10-16 20:41:56 -05:00
dir.bro Convert more redef-able constants to runtime options 2018-08-27 19:38:47 -05:00
directions-and-hosts.bro Fix typos and formatting in the base/utils docs 2013-10-16 20:41:56 -05:00
email.bro reap the fruits of v += e 2018-07-26 12:51:36 -07:00
exec.bro Merge remote-tracking branch 'origin/topic/seth/fix-raw-reader-subprocess-exit' 2018-09-11 13:05:40 -05:00
files.bro Deprecate split* family of BIFs. 2015-01-21 15:34:42 -06:00
geoip-distance.bro Replace references to libgeoip in the documentation 2018-08-16 15:45:58 -05:00
hash_hrw.bro Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
json.bro reap the fruits of v += e 2018-07-26 12:51:36 -07:00
numbers.bro Files transferred over FTP were showing incorrect sizes. 2016-03-11 12:56:28 -05:00
paths.bro Deprecate split* family of BIFs. 2015-01-21 15:34:42 -06:00
patterns.bro Deprecate split* family of BIFs. 2015-01-21 15:34:42 -06:00
queue.bro Fix typos and formatting in the base/utils docs 2013-10-16 20:41:56 -05:00
site.bro GH-211: improve consistency of how scripting errors are handled 2019-01-30 11:20:09 -06:00
strings.bro Fix typos and formatting in the base/utils docs 2013-10-16 20:41:56 -05:00
thresholds.bro Fix typos and formatting in the base/utils docs 2013-10-16 20:41:56 -05:00
time.bro Fix typos and formatting in the base/utils docs 2013-10-16 20:41:56 -05:00
urls.bro Updates for the urls.bro script. Fixes BIT-1404. 2015-06-01 11:38:26 -04:00