google/gvisor

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

Aperta

#156 aperta il 25 mar 2019

 (1 commento) (0 reazioni) (0 assegnatari)Go (1061 fork)batch import
area: mmexportedgood first issuepriority: p2type: bugtype: cleanup

Metriche repository

Star
 (12.713 stelle)
Metriche merge PR
 (Merge medio 4g 22h) (184 PR mergiate in 30 g)

Descrizione

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

Guida contributor