堆的系统学习
first_fit
1 | #include <stdio.h> |
1 | This file doesn't demonstrate an attack, but shows the nature of glibc's allocator. |
总结
1 | 当一个较大的 chunk 被分割成两半后,如果剩下的部分大于 MINSIZE,就会被放到 unsorted bin 中。 |
堆的系统学习
1 | #include <stdio.h> |
1 | This file doesn't demonstrate an attack, but shows the nature of glibc's allocator. |
1 | 当一个较大的 chunk 被分割成两半后,如果剩下的部分大于 MINSIZE,就会被放到 unsorted bin 中。 |