google/gvisor

Expand RLIMIT_DATA to enforce .data + .bss in addition to heap

Offen

#156 geöffnet am 25.03.2019

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Go (1.061 Forks)batch import
area: mmexportedgood first issuepriority: p2type: bugtype: cleanup

Repository-Metriken

Stars
 (12.713 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Presently, MemoryManager.Brk only enforces RLIMIT_DATA for the heap because .data and .bss information isn't plumbed from the loader.

Contributor Guide