add option to abort on virtual memory exhaustion #251

Closed
thestinger opened this Issue May 1, 2016 · 1 comment

Comments

Projects
None yet
1 participant
@thestinger
Contributor

thestinger commented May 1, 2016

It's not uncommon for missing out-of-memory checks to be exploitable. Full overcommit is mandatory on Android, so only virtual memory exhaustion can lead to an out-of-memory error being reported. Aborting would rule out exploitation, but it's possible that it would make denial of service easier. It might be a sensible default, but it's not clear.

@thestinger

This comment has been minimized.

Show comment Hide comment
@thestinger

thestinger Jun 30, 2016

Contributor

This has been implemented as the default. Not going to be exposing configuration without some evidence that it actually hurts availability on Android.

Contributor

thestinger commented Jun 30, 2016

This has been implemented as the default. Not going to be exposing configuration without some evidence that it actually hurts availability on Android.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment