Skip to content
Commit 004ed142 authored by Jason Evans's avatar Jason Evans
Browse files

Fix a regression in CHUNK_MAP_UNZEROED change.

Fix a regression added by revision:

	3377ffa1
	Change CHUNK_MAP_ZEROED to CHUNK_MAP_UNZEROED.

A modified chunk->map dereference was missing the subtraction of
map_bias, which caused incorrect chunk map initialization, as well as
potential corruption of the first non-header page of memory within each
chunk.
parent ac6f3c2b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment