mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
![]() A call such as decompose_uri("git://git.kernel.org:/pub/scm/linux/"); would raise an error along the lines of error in /usr/local/zeek-3.0.0/share/zeek/base/utils/urls.zeek, line 122: bad conversion to count (to_count(parts[1]) and ) This was because an empty string got passsed to the to_count() function. Let's improve the behaviour and rather consider the portnum component of the URI to be uninitialized. |
||
---|---|---|
.. | ||
base | ||
policy | ||
site | ||
zeekygen | ||
CMakeLists.txt | ||
test-all-policy.zeek |