google/gvisor

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

Open

#156 opened on 2019年3月25日

GitHub で見る
 (1 comment) (0 reactions) (0 assignees)Go (1,061 forks)batch import
area: mmexportedgood first issuepriority: p2type: bugtype: cleanup

Repository metrics

Stars
 (12,713 stars)
PR merge metrics
 (平均マージ 4d 22h) (30d で 184 merged PRs)

説明

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

コントリビューターガイド