-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
1
-
Storage Engines - 2022-09-19
Pointless string comparison
This is often the result of a copy and paste error. The comparison will always return zero. A string is compared against itself with strcmp or strncmp.
/test/format/trace.c:52: CONSTANT_EXPRESSION_RESULT 128666 "strcmp("all", "all")" is always 0 because ""all"" is compared against itself.