id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 13389,rbtree_best_fit.hpp:grow() if condition error,jakciehan ,Ion Gaztañaga,"in file boost/interprocess/mem_algo/rbtree_best_fit.hpp:480 func: {{{ void rbtree_best_fit::grow(size_type extra_size) { ... if((m_header.m_size - old_border_offset) < MinBlockUnits){ return; } ... } }}} condition error. the if condition should be : {{{ if((m_header.m_size - old_border_offset) < MinBlockUnits*Alignment) { return; } }}} ",Bugs,new,To Be Determined,interprocess,Boost 1.66.0,Problem,,grow,