google/gvisor

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

Open

#156 ouverte le 25 mars 2019

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)Go (12 713 stars) (1 061 forks)batch import
area: mmexportedgood first issuepriority: p2type: bugtype: cleanup

Description

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

Guide contributeur