)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":1000021,"name":"Antonio Borneo","email":"borneo.antonio@gmail.com","username":"borneoa"},"change_message_id":"9c932d92616b80bd17960f5c83716bb678db4ca2","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"d1611348_e43e3096","updated":"2026-03-10 12:42:12.000000000","message":"Which tool have you used to detect the issues in this series?","commit_id":"a074306a189b30c364b414b6d5f8ec7d74ad440a"},{"author":{"_account_id":1002482,"name":"Mark O\u0027Donovan","username":"shiftee"},"change_message_id":"1f9d69a38626664577a6b6a2a53d608332427d58","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"dcb16e83_4aea0187","in_reply_to":"d1611348_e43e3096","updated":"2026-03-10 14:57:38.000000000","message":"Cppcheck, a FOSS static analyser for C and C++.\nIt can be installed on Ubuntu/Debian using \"sudo apt install cppcheck\".\nThese fixes are only a subset of the issues it finds, but there are also false positives.\n\n \n I am running on all files using the following script: \n#!/bin/sh\n#\n# Check all source files with cppcheck\n#\nfind src contrib -name \"\\*.[c,h]\" \\\n\t! -path \u0027*/jimtcl/*\u0027 \\\n\t! -path \u0027*/libjaylink/*\u0027 \\\n\t-exec cppcheck \\\n\t--quiet \\\n\t--enable\u003dwarning \\\n\t--error-exitcode\u003d1 \\\n\t{} +","commit_id":"a074306a189b30c364b414b6d5f8ec7d74ad440a"}]}
