Skip to content

Static analysis arrayIndexThenCheck warning in firebird #19961

@dcb314

Description

@dcb314

Description

Static analyser cppcheck emitted the title text.

Source code is

    while (result[i] != isc_info_end && i < result_size) {

Suggest new code

    while (i < result_size && result[i] != isc_info_end) {

PHP Version

8.3.13

Operating System

fedora 42

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions