Skip to content

Commit 3961b37

Browse files
committed
Bug 1594401 - Enable hashtable assertions on fuzzing builds. r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D51996 --HG-- extra : moz-landing-system : lando
1 parent a48236e commit 3961b37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xpcom/ds/PLDHashTable.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
using PLDHashNumber = mozilla::HashNumber;
2424
static const uint32_t kPLDHashNumberBits = mozilla::kHashNumberBits;
2525

26-
#ifdef DEBUG
26+
#if defined(DEBUG) || defined(FUZZING)
2727
#define MOZ_HASH_TABLE_CHECKS_ENABLED 1
2828
#endif
2929

0 commit comments

Comments
 (0)