Commit 15c57e04bf05026ef424f8ae912d2f379301bf93

Behdad Esfahbod 2011-04-28T12:28:54

[test/buffer] Add test pre_alloc(); hangs in the buffer code right now Because the following loop overflows: while (size > new_allocated) new_allocated += (new_allocated >> 1) + 32;