commit | 26b1c1398264dec25bf998f6bec21799ad4513da | [log] [tgz] |
---|---|---|
author | David Goldblatt <davidgoldblatt@fb.com> | Mon Feb 26 17:11:29 2018 -0800 |
committer | David Goldblatt <davidtgoldblatt@gmail.com> | Tue Feb 27 19:43:05 2018 -0800 |
tree | 2f58c87db969a9782bd113335726c82a60baced0 | |
parent | dd7e283b6f7f18054af3e14457251757945ab17d [diff] |
Background threads: fix an indexing bug. We have a buffer overrun that manifests in the case where arena indices higher than the number of CPUs are accessed before arena indices lower than the number of CPUs. This fixes the bug and adds a test.