Daniel Eklöf
1a755d0da2
uri: hostname_is_localhost(): don’t crash if hostname == NULL
2021-06-19 15:56:39 +02:00
Jan Beich
c531c6bc0e
uri: switch to conservative maximum hostname length
...
Current maximum is provided by sysconf(_SC_HOST_NAME_MAX) instead.
uri.c:269:20: error: use of undeclared identifier 'HOST_NAME_MAX'
char this_host[HOST_NAME_MAX];
^
2021-01-21 12:00:02 +01:00
Craig Barnes
22f25a9e4f
Print stack trace on assert() failure or when calling fatal_error()
...
Note: this uses the __sanitizer_print_stack_trace() function from the
AddressSanitizer runtime, so it only works when AddressSanitizer is
in use.
2021-01-16 19:56:33 +00:00
Craig Barnes
b9a7cbf21d
uri: rename nibbletohex() function to hex2nibble()
...
It converts a hex digit to a nibble, not the other way around.
2021-01-04 05:31:19 +00:00
Craig Barnes
d30414b3a3
uri: use nibble2hex() instead of isxdigit(3) to check valid hex digits
2021-01-04 05:25:14 +00:00
Daniel Eklöf
bb43695426
codespell: fix misspelled words
2020-10-28 19:34:49 +01:00
Daniel Eklöf
608cc746ad
uri: add uri_parse() - new function extracts components from an URI
2020-10-28 19:10:44 +01:00