id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 10305,Abstract namespace endpoint bug in boost::asio,roland.waltersson@…,chris_kohlhoff,"strlen calculated erraounusly, as abstract namespace paths begin with 0. see boost/asio/local/detail/impl/endpoint.ipp:44 init(path, strlen(path)); Could be replaced with: init(path, strlen(path + 1) + 1); Affects more similar lines in file. ",Bugs,new,To Be Determined,asio,Boost 1.46.0,Problem,,,