|
|
|
|
|
by Yoric
1906 days ago
|
|
As someone who has worked on the code of Firefox, I strongly doubt that. For instance, pretty much every piece of code (whether native or JS) I've seen is programmed defensively, assuming that for some reason invariants can be broken - something that typically cannot happen unless there is a memory corruption involved. Testing all these defensive programming branches is not possible without introducing memory corruptions. |
|