{"author":"Viktor Szakats","author_email":"commit@vsz.me","author_time":1758484530,"commit_time":1758528691,"committer":"Viktor Szakats","committer_email":"commit@vsz.me","hash":"aa9fa4d68e1f0e059c3df8d01838a650136e6f6f","message":"rustls: fix clang-tidy warning\n\nSeen with v21.1.1, non-debug-enabled build:\n```\nlib/vtls/rustls.c:415:23: error: File position of the stream might be 'indeterminate'\nafter a failed operation. Can cause undefined behavior [clang-analyzer-unix.Stream,-warnings-as-errors]\n  415 |     const size_t rr = fread(buf, 1, sizeof(buf), f);\n      |                       ^\n```\nRef: https://github.com/curl/curl/actions/runs/17898248031/job/50887746633?pr=18660#step:11:174\n\nCherry-picked from #18660\nCloses #18670\n","parents":["c9eff26c179222e7de077c0f59a6dfd9ba6dcce8"],"tree_hash":"2a697dad3736b3e9d1c0b734116dc10a0f581049"}