google/gvisor
Ver no GitHubExpand RLIMIT_DATA to enforce .data + .bss in addition to heap
Open
#156 aberto em 25 de mar. de 2019
area: mmexportedgood first issuepriority: p2type: bugtype: cleanup
Métricas do repositório
- Stars
- (12.713 stars)
- Métricas de merge de PR
- (Mesclagem média 4d 22h) (184 fundiu PRs em 30d)
Description
Presently, MemoryManager.Brk only enforces RLIMIT_DATA for the heap because .data and .bss information isn't plumbed from the loader.