google/gvisor

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

Ouverte

#156 ouverte le 25 mars 2019

 (1 commentaire) (0 réaction) (0 personne assignée)Go (1 061 forks)batch import
area: mmexportedgood first issuepriority: p2type: bugtype: cleanup

Métriques du dépôt

Stars
 (12 713 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

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

Guide contributeur