-
-
Notifications
You must be signed in to change notification settings - Fork 546
Closed
Description
After updating the copy of inih bundled witch ocserv from r60 to r61, the static analyzer job in CI started complaining:
inih/ini.c:168:56: warning: The left operand of '!=' is a garbage value [core.UndefinedBinaryOperatorResult]
168 | if (offset == max_line - 1 && line[offset - 1] != '\n') {
| ~~~~~~~~~~~~~~~~ ^
This code was introduced by #188.
I must admit I haven't found the time to look into this static analysis issue yet, I'm creating an issue here so that I don't forget about it and for your information.
Metadata
Metadata
Assignees
Labels
No labels