On 2025-09-01 05:50, yubiao hu wrote: > I have tested the patch, and it can pacify my static analyzer. Thanks for checking. I installed the attached patch, which is the same except with a comment fixed. It's typically better not to patch merely to pacify a false positive from static analysis, if the patch introduces makework code that complicates the work of humans (and of other static analyzers) and that slows down execution. But here the patch streamlines the code (and caused me to review and fix commentary errors) so it's a clear win. Thanks for reporting the issue. Closing the bug report.