• Show log

    Commit

  • Hash : 5981ab1d
    Author : Patrick Steinhardt
    Date : 2016-02-15T09:41:08

    coverity: add nodefs for abort macros
    
    Add nodefs for macros that abort the current flow due to errors.
    This includes macros that trigger on integer overflows and for
    the version check macro. This aids Coverity as we point out that
    these paths will cause a fatal error.