boostorg / dll

Library for comfortable work with DLL and DSO
https://boost.org/libs/dll
52 stars 43 forks source link

Buffer size 10240 for FreeBSD in program_location_impl.hpp #70

Open darealshinji opened 6 months ago

darealshinji commented 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?

https://github.com/boostorg/dll/blob/6c60dde50bf67138c90cc84938111866813feaff/include/boost/dll/detail/posix/program_location_impl.hpp#L71