https://issues.apache.org/ooo/show_bug.cgi?id=125112
Issue ID: 125112
Issue Type: DEFECT
Summary: CStringEqual can return true for non-equal c-strings
Product: General
Version: 4.1.0
Hardware: All
OS: All
Status: CONFIRMED
Severity: normal
Priority: P3
Component: code
Assignee: [email protected]
Reporter: [email protected]
CStringEqual is a functor for testing whether two C-strings are equal. It has
the problem that it returns true if the first string matches the start of the
second string. It should only return true when the first string matches the
second string fully.
No known bug has been introduced by this, but better be safe than sorry.
--
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.