Fix for nursery resizing: the first block's back pointer should be NULL
authorSimon Marlow <marlowsd@gmail.com>
Fri, 27 Aug 2010 10:28:18 +0000 (10:28 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Fri, 27 Aug 2010 10:28:18 +0000 (10:28 +0000)
commit33167a5bdcd6a487a8f212c6757c4f8901bc067c
tree05e65042094fb8be3a98cdb9ae025bfe01b64745
parent814946f35c725c22f67979642828dbefcaeaf8c3
Fix for nursery resizing: the first block's back pointer should be NULL
I'm not sure if this could lead to a crash or not, but it upsets +RTS -DS
Might be related to #4265
rts/sm/Storage.c