Open darealshinji opened 6 months ago
In boost/dll/detail/posix/program_location_impl.hpp for FreeBSD the buffer size is 10240. Is that correct or a typo and it should be 1024?
boost/dll/detail/posix/program_location_impl.hpp
https://github.com/boostorg/dll/blob/6c60dde50bf67138c90cc84938111866813feaff/include/boost/dll/detail/posix/program_location_impl.hpp#L71
In
boost/dll/detail/posix/program_location_impl.hpp
for FreeBSD the buffer size is 10240. Is that correct or a typo and it should be 1024?https://github.com/boostorg/dll/blob/6c60dde50bf67138c90cc84938111866813feaff/include/boost/dll/detail/posix/program_location_impl.hpp#L71