| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
CVE-2020-6422: Use after free in WebGL.
CVE-2020-6424: Use after free in media.
CVE-2020-6425: Insufficient policy enforcement in extensions.
CVE-2020-6426: Inappropriate implementation in V8.
CVE-2020-6427: Use after free in audio.
CVE-2020-6428: Use after free in audio.
CVE-2020-6429: Use after free in audio.
CVE-2019-20503: Out of bounds read in usersctplib.
fixes #11401
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
the crashes apparently came from gcc6. so we reduce stack size to 2MB
again. This is what android use.
|
|
|
|
| |
increase thread stack size to 4MB since we had some pages that crashed.
|
|
apparently even OS X's 512k is not enough so we set it to 2mb which
android seems to use.
|