2*ptrsize mismatch (#783)

pull/784/head
Paweł Płatek 6 years ago committed by GitHub
parent 970ac229a8
commit af0b065b42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -969,7 +969,7 @@ def try_free(addr):
print(message.notice('Clearing next chunk\'s P bit'))
# unsorted bin fd->bk should be unsorted bean
unsorted_addr = int(arena['bins']) - 2*ptr_size
unsorted_addr = int(arena['bins'][0])
try:
unsorted = read_chunk(unsorted_addr)
try:

Loading…
Cancel
Save