google/gvisor

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

Open

#156 创建于 2019年3月25日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)Go (1,061 fork)batch import
area: mmexportedgood first issuepriority: p2type: bugtype: cleanup

仓库指标

Star
 (12,713 star)
PR 合并指标
 (平均合并 4天 22小时) (30 天内合并 184 个 PR)

描述

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

贡献者指南