id summary reporter owner description type status milestone component version severity resolution keywords cc 5902 Division by zero when requesting null sized buffers Étienne Dupuis John Maddock "The following code yields a division by zero in pool::malloc_need_resize() : {{{ boost::pool<> p(0, 1, 1); p.malloc(); }}} The code above requests at most one buffer of size zero. The expected behavior would be one of (i) malloc fails, (ii) malloc returns a null sized buffer. Regards" Bugs new To Be Determined pool Boost 1.47.0 Problem