Change #276567
| Category | curl |
| Changed by | Viktor Szakats <commit@vsz.me> |
| Changed at | Thu 30 Jul 2026 12:00:22 |
| Repository | https://github.com/curl/curl.git |
| Project | curl |
| Branch | master |
| Revision | b84838073c8d3beb0e870fb4e5e346186a2ecdc0 |
Comments
tidy-up: minor code fixes and improvements - schannel: drop redundant parentheses. - os400sys: drop redundant includes. Follow-up to ebc5212dacd3db8f5315b5a2d676415848e936d5 #22374 - pytest: replace `()` with `[]` to match rest of tests. - libtests: constify some local pointers. - libtests: drop redundant `(long)` casts. - lib650: use `CURL_CSTRLEN()`. Follow-up to 59dc2bbe07c3b5889e0b380e5fa384d338d9d24e #22424 Closes #22444
Changed files
- lib/vtls/schannel.c
- projects/OS400/os400sys.c
- tests/http/test_02_download.py
- tests/http/test_21_resolve.py
- tests/libtest/lib1549.c
- tests/libtest/lib1582.c
- tests/libtest/lib3102.c
- tests/libtest/lib3207.c
- tests/libtest/lib5000.c
- tests/libtest/lib5004.c
- tests/libtest/lib650.c