anspass does not check size for socket path, this can break
Closed this issue · 1 comments
mhatle commented
When opening a named socket you are limited to 70 characters. There is no existing check that the socket path is limited to 70 characters, so a very long path can easily break anspass.
This usually manifests itself as major memory corruption and glibc back traces.
mhatle commented
Fix merged.