google/gvisor

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

オープン

#156 opened on 2019/03/25

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)Go (1,061 件のフォーク)batch import
area: mmexportedgood first issuepriority: p2type: bugtype: cleanup

Repository metrics

Stars
 (12,713 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

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