Skip to content

php-8.4.13/ext/pdo_firebird/firebird_statement.c:246:19: style: Array index 'i' is used before limits check. [arrayIndexThenCheck] #19962

@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.4.13

Operating System

fedora 42

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions