google/gvisor

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

开放

#156 创建于 2019年3月25日

 (1 条评论) (0 个反应) (0 位负责人)Go (1,061 个派生)batch import
area: mmexportedgood first issuepriority: p2type: bugtype: cleanup

仓库指标

星标
 (12,713 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南