{"author":"Viktor Szakats","author_email":"commit@vsz.me","author_time":1759861806,"commit_time":1759863705,"committer":"Viktor Szakats","committer_email":"commit@vsz.me","hash":"1103ccb73e316ee830c9dbfe95218974a32418a3","message":"examples/sessioninfo: cast printf string mask length to int\n\nFound via `-Wformat-signedness`:\n```\ndocs/examples/sessioninfo.c: In function 'wrfu':\ndocs/examples/sessioninfo.c:75:53: error: field precision specifier '.*' expects argument of type 'int', but argument 4 has type 'unsigned int' [-Werror=format=]\n  fprintf(stderr, \"Certificate #%u: %.*s\", i, dn.size, dn.data);\n                                      ^\n```\nRef: https://github.com/curl/curl/actions/runs/18320729052/job/52172864438?pr=18343#step:13:30\nRef: https://github.com/curl/curl/actions/runs/18320729095/job/52172886899?pr=18343#step:19:27\n\nAlso:\n- drop unnecessary parenthesis.\n- scope variables.\n\nRef: #18343\nCloses #18918\n","parents":["9f52458e7d14a7185b39a8d1046e4935caeb0a54"],"tree_hash":"cb3259e2a78e4f3fae5e644b5febb77eae7a0a78"}