mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Merge remote-tracking branch 'origin/topic/timw/coverity-fixes'
* origin/topic/timw/coverity-fixes: Fix a few other minor issues reported by Coverity Add a few extra null checks, plus a missing initialization that led to a bad null check Fix some integer overflow issues reported by Coverity Ignore a couple of known-unused results reported by Coverity Fix some bit-shifting overflow/UB issues reported by Coverity Reset the value of a status variable in SQLite backend before using it in a loop Fix a potential memory leak reported by Coverity Avoid some string copies in IRC analyzer Add some additional std::moves reported by Coverity Fix an unsigned integer comparison reported by Coverity Fix uninitialized class member Coverity findings Handle uncaught exception during setup Update gen-zam submodule for Coverity findings
This commit is contained in:
commit
acdf8f4d4d
42 changed files with 150 additions and 84 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
8.0.0-dev.716
|
||||
8.0.0-dev.730
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue