Commit 5981ab1d7050143f97636ad0ce786f01cc8b6035

Patrick Steinhardt 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.