Wed, 31 Dec 2014 06:55:46 +0100
Added tag TORBROWSER_REPLICA for changeset 6474c204b198
1 Components.utils.import("resource://gre/modules/ctypes.jsm");
2
3 privateNoteIntentionalCrash();
4
5 var zero = new ctypes.intptr_t(8);
6 var badptr = ctypes.cast(zero, ctypes.PointerType(ctypes.int32_t));
7 var crash = badptr.contents;