google/gvisor

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

Open

#156 建立於 2019年3月25日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)Go (12,713 star) (1,061 fork)batch import
area: mmexportedgood first issuepriority: p2type: bugtype: cleanup

描述

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

貢獻者指南

Expand RLIMIT_DATA to enforce .data + .bss in addition to heap · google/gvisor#156 | Good First Issue