11 Commits

Author SHA1 Message Date
Sevan Janiyan
9cbbbb9c34 Use __attribute__((malloc(free))) only with GCC >= 11 2023-12-10 12:13:25 +01:00
Marco d'Itri
bd1c31c597 Use __attribute__((unused)) 2023-11-08 11:38:27 +01:00
Marco d'Itri
e2b38d570b Do not use __attribute__((malloc(free))) with Clang
This extension is not implemented by Clang.
2023-11-08 11:38:27 +01:00
Marco d'Itri
f01f8d405b Annotate do_nofail() with malloc(free) and returns_nonnull
Or else the compiler will be unable to understand that the NOFAIL()
macro never returns a NULL pointer.
2023-10-08 22:30:54 +02:00
Petr Menšík
6761f80395 Add SPDX license identifiers to code files
Change manual pages word to recognize it by licensecheck tool.
2023-07-22 17:38:06 +02:00
Marco d'Itri
8ed6d73095 Implement support for libidn2
Contributed by Tim Rühsen.
Closes #49 from Github.
2017-02-27 00:32:43 +01:00
Marco d'Itri
fb823a251a Annotate more functions with NORETURN
Contributed by Sami Kerola.
Closes #48 from Github.
2017-02-26 23:33:01 +01:00
Marco d'Itri
718ae61ae5 Support american fuzzy lop
When built with AFL_MODE set to true, whois will use the first line of
standard input as command line parameters and the rest as network input.
2015-12-08 08:38:50 +01:00
Marco d'Itri
6b108b4fd4 Imported Debian version 4.7.35 2013-03-30 02:31:38 +01:00
Marco d'Itri
95229c98ad Imported Debian version 4.7.31 2013-03-30 02:31:37 +01:00
Marco d'Itri
e90424d179 Imported Debian version 4.7.26 2013-03-30 02:31:36 +01:00