#1002854 Missing C API protection in socks.h

Package:
dante
Source:
dante
Submitter:
Amos Jeffries
Date:
2021-12-30 09:03:04 UTC
Severity:
normal
Tags:
#1002854#5
Date:
2021-12-30 08:52:19 UTC
From:
To:
The /usr/include/socks.h file installed by libsocksd0-dev is missing
precompiler wrappers to protect against include loops. It is good
practice with modern software to provide these wrappers in library
headers files and avoid mistakes with third-party attempts to provide
their own.