Opened 9 years ago
Last modified 9 years ago
#15520 reopened defect
vbox/src/VBox/Devices/Network/slirp/resolv_conf_parser.c:476: bad test ?
Reported by: | dcb | Owned by: | |
---|---|---|---|
Component: | network/NAT | Version: | VirtualBox 5.0.22 |
Keywords: | Cc: | ||
Guest type: | other | Host type: | other |
Description
vbox/src/VBox/Devices/Network/slirp/resolv_conf_parser.c:476]: (warning) Logical conjunction always evaluates to false: EXPR == ' ' && EXPR == '\t'.
Source code is
while (*psz && *psz == ' ' && *psz == '\t')
Attachments (3)
Change History (8)
comment:1 by , 9 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 by , 9 years ago
Component: | other → network/NAT |
---|---|
Resolution: | invalid |
Status: | closed → reopened |
It actually is valid - an obvious pasto/edito; but spamming the bug tracker with individual errors is indeed not the best way to go about this.
comment:3 by , 9 years ago
spamming the bug tracker with individual errors is indeed not the best way to go about this.
So if you don't want bug reports in the bug tracker, where do you want them ?
I could probably find another 20-30 bugs.
comment:4 by , 9 years ago
You are obviously running some static analysis tool. It's better to file a single bug with complete results of the run attached.
comment:5 by , 9 years ago
It's better to file a single bug with complete results of the run attached.
Attached. Presumably the false positives will be obvious to you.
STOP SPAMMING this bugtracker.