google/gvisor
Auf GitHub ansehenExpand RLIMIT_DATA to enforce .data + .bss in addition to heap
Open
#156 geöffnet am 25. März 2019
area: mmexportedgood first issuepriority: p2type: bugtype: cleanup
Beschreibung
Presently, MemoryManager.Brk only enforces RLIMIT_DATA for the heap because .data and .bss information isn't plumbed from the loader.