Change #275299
| Category | wget |
| Changed by | Tim Rühsen <tim.ruehsen@gmx.de> |
| Changed at | Mon 20 Jul 2026 23:02:57 |
| Repository | https://gitlab.com/gnuwget/wget2.git |
| Project | wget2 |
| Branch | master |
| Revision | 964bf415e9930d2490e28dfb105e893736762e17 |
Comments
Replace atoi, atol, atoll with error checking functions * bootstrap.conf: Add xstrtol and xstrtoll modules. * fuzz/libwget_xml_parse_buffer_fuzzer.c: Fix compiler warning. * libwget/*.c, src/*.c: Use xstrtol and xstrtoll.
Changed files
- bootstrap.conf
- fuzz/libwget_xml_parse_buffer_fuzzer.c
- libwget/cookie.c
- libwget/cookie_parse.c
- libwget/hsts.c
- libwget/http.c
- libwget/http_parse.c
- libwget/ip.c
- libwget/metalink.c
- libwget/net.c
- libwget/netrc.c
- libwget/ocsp.c
- libwget/tls_session.c
- src/options.c
- src/wget.c