libexpat/expat/xmlwf
Sebastian Pipping 0c5b205a01 xmlwf: Address clang-tidy warning bugprone-narrowing-conversions
The symptom was:
> [..]/expat/xmlwf/xmlfile.c:204:13: error: narrowing conversion from 'ssize_t' (aka 'long') to signed type 'int' is implementation-defined [bugprone-narrowing-conversions,-warnings-as-errors]
>   204 |     nread = read(fd, buf, g_read_size_bytes);
>       |             ^
> [..]/expat/xmlwf/xmlwf.c:314:14: error: narrowing conversion from 'unsigned long' to signed type 'int' is implementation-defined [bugprone-narrowing-conversions,-warnings-as-errors]
>   314 |   numBytes = count * sizeof(XML_Char);
>       |              ^

The solution to read(3) was copied from file xmlwf/readfilemap.c for now.
2025-03-30 18:52:09 +02:00
..
.gitignore Drop mistaken executable bits 2019-09-16 20:54:47 +02:00
codepage.c Increase precision in existing MIT headers based on Git history 2021-05-02 19:53:29 +02:00
codepage.h Increase precision in existing MIT headers based on Git history 2021-05-02 19:53:29 +02:00
ct.c Increase precision in existing MIT headers based on Git history 2021-05-02 19:53:29 +02:00
filemap.h Increase precision in existing MIT headers based on Git history 2021-05-02 19:53:29 +02:00
Makefile.am Get attribution headers back in sync 2021-10-17 16:35:12 +02:00
readfilemap.c Sync file headers 2025-03-13 20:41:33 +01:00
unixfilemap.c xmlwf/unixfilemap.c: Simplify "(void *)0" to NULL 2025-03-30 18:52:09 +02:00
win32filemap.c Sync file headers 2022-09-19 16:20:44 +02:00
xmlfile.c xmlwf: Address clang-tidy warning bugprone-narrowing-conversions 2025-03-30 18:52:09 +02:00
xmlfile.h Sync file headers 2024-02-06 14:13:00 +01:00
xmlmime.c Increase precision in existing MIT headers based on Git history 2021-05-02 19:53:29 +02:00
xmlmime.h Increase precision in existing MIT headers based on Git history 2021-05-02 19:53:29 +02:00
xmltchar.h xmlwf: Add support for custom attack protection parameters 2021-05-07 18:25:07 +02:00
xmlwf.c xmlwf: Address clang-tidy warning bugprone-narrowing-conversions 2025-03-30 18:52:09 +02:00
xmlwf_helpgen.py Sync file headers 2024-02-06 14:13:00 +01:00
xmlwf_helpgen.sh Increase precision in existing MIT headers based on Git history 2021-05-02 19:53:29 +02:00