mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-15 21:36:20 +00:00
Bug 1359376 - Update Coverity modeling file to support NS_RUNTIMEABORT. r=sylvestre
MozReview-Commit-ID: 4lahuhK5bVx --HG-- extra : rebase_source : ecd0c90112a94086eca5d50caaf7079d71b9064e
This commit is contained in:
parent
d5f08cd7a3
commit
a33974e2da
@ -44,6 +44,8 @@ static void MOZ_ReportCrash(const char* aStr, const char* aFilename,
|
||||
|
||||
#define PR_ASSERT(expr) assert(!!(expr))
|
||||
|
||||
#define NS_RUNTIMEABORT(msg) __coverity_panic__()
|
||||
|
||||
int GET_JUMP_OFFSET(jsbytecode* pc) {
|
||||
__coverity_tainted_data_sanitize__(&pc[1]);
|
||||
__coverity_tainted_data_sanitize__(&pc[2]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user