mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
5fad3dc36b
With glibc 2.15 and clang 3.0, I get warnings from where we use the strcpsn implementation in the header as strcspn(string, "="). This is apparently because clang sees that part of the strcspn macro expands to "="[2], and doesn't realize that that part of the macro is only evaluated when "="[1] != 0. |
||
---|---|---|
.. | ||
bug3311 | ||
bug4748 | ||
bug5099 | ||
bug5557 | ||
bug5932 | ||
bug6028 | ||
bug6169 | ||
bug6173 | ||
bug6203 | ||
bug6211 | ||
bug6226 | ||
bug6238 | ||
check_correct_flav_sigs | ||
clang_strcspn | ||
descriptor_limit | ||
envvar_test | ||
log_bad_md_entry | ||
move_cached_gtod |