Skip to content
  • Nick Mathewson's avatar
    Add new tor_assert_nonfatal*() macros. · a885271c
    Nick Mathewson authored
    Unlike tor_assert(), these macros don't abort the process.  They're
    good for checking conditions we want to warn about, but which don't
    warrant a full crash.
    
    This commit also changes the default implementation for
    tor_fragile_assert() to tor_assert_nonfatal_unreached_once().
    
    Closes ticket 18613.
    a885271c