Files
scylladb/core
Avi Kivity b90670417b memory: fix off-by-one in to-resize
cpu_pages::initialize() established the one-past-the-end page as a sentinel
to avoid boundary conditions checks.  cpu_pages::do_resize() considers the
last page as the sentinel.  This discrepancy causes the last page to be
considered free by do_resize, which promptly ends up as a use-after-free
page.

Fix by aligning do_resize() with initialize().
2014-10-15 16:44:36 +03:00
..
2014-10-05 18:09:09 +03:00
2014-09-16 18:48:14 +03:00
2014-10-05 19:58:12 +03:00
2014-10-02 14:32:32 +03:00
2014-09-23 18:57:11 +03:00
2014-10-15 16:44:36 +03:00
2014-10-13 15:51:43 +03:00
2014-09-10 13:44:46 +03:00
2014-09-30 10:43:01 +03:00
2014-10-15 12:45:54 +03:00
2014-10-15 12:45:54 +03:00
2014-09-23 18:57:11 +03:00