zeek/src/analyzer
Robin Sommer d127d8d01d Merge remote-tracking branch 'origin/topic/jsiwek/coverity'
* origin/topic/jsiwek/coverity:
  Fix uninitialized (or unused) fields.
  Remove logically dead code.
  Remove dead/unfinished code in unary not expr.
  Fix logic for failed DNS TXT lookups.
  A couple null ptr checks.
  Improve return value checking and error handling.
  Remove unused variable assignments, dead code.
  Prevent division/modulo by zero in scripts.
  Fix unintentional always-false condition.
  Fix invalidated iterator usage.
  Fix DNS_Mgr iterator mismatch.
  Set safe umask when creating script profiler tmp files.
  Fix nesting/indent level whitespace mismatch.
  Add checks to avoid improper negative values use.

BIT-1085 #merged
2013-10-02 11:05:49 -07:00
..
protocol Merge remote-tracking branch 'origin/topic/jsiwek/coverity' 2013-10-02 11:05:49 -07:00
analyzer.bif Internal refactoring of how plugin components are tagged/managed. 2013-08-01 10:35:47 -05:00
Analyzer.cc Fix uninitialized (or unused) fields. 2013-09-27 10:13:52 -05:00
Analyzer.h Refactor Analyzer::AddChildAnalyzer and usages. 2013-09-16 16:20:55 -05:00
CMakeLists.txt New CMake variable bro_HAVE_OBJECT_LIBRARIES that switches between 2013-05-30 17:41:20 -07:00
Component.cc Internal refactoring of how plugin components are tagged/managed. 2013-08-01 10:35:47 -05:00
Component.h Internal refactoring of how plugin components are tagged/managed. 2013-08-01 10:35:47 -05:00
Manager.cc Merge remote-tracking branch 'origin/topic/jsiwek/faf-updates' 2013-08-01 11:14:11 -07:00
Manager.h Internal refactoring of how plugin components are tagged/managed. 2013-08-01 10:35:47 -05:00
Tag.cc Add a distinct tag class for file analyzers. 2013-07-30 15:19:48 -05:00
Tag.h Internal refactoring of how plugin components are tagged/managed. 2013-08-01 10:35:47 -05:00