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.

貢獻者指南