lwIP - A Lightweight TCP/IP stack - Patches: patch #10155, cleanup for static code checker in...
You are not allowed to post comments on this tracker with your current authentication level.
patch #10155: cleanup for static code checker in tcp_in.c
Submitter: | Florian La Roche <flaroche> | ||
Submitted: | Tue 07 Dec 2021 08:11:44 AM UTC | ||
Category: | TCP | Priority: | 3 - Low |
Status: | None | Privacy: | Public |
Assigned to: | None | Open/Closed: | Open |
Planned Release: | None |
Fri 14 Jan 2022 02:36:58 PM UTC, comment #4: |
Florian La Roche <flaroche> |
Thu 30 Dec 2021 09:22:00 PM UTC, comment #3: I'm tempted to close this as invalid (as I haven't seen this change make any difference with gcc or clang warnings), but could you please share the name of the code checker that issues this warning before I close this? |
Simon Goldschmidt <goldsimon>![]() |
Tue 07 Dec 2021 02:30:46 PM UTC, comment #2: The warning says: "Operands in a bitwise operation have different size." And the warning is gone with the patch applied.
|
Florian La Roche <flaroche> |
Tue 07 Dec 2021 01:52:58 PM UTC, comment #1: I'm curious, what kind of code checker is this? And what's the exact message? Is it satisfied after applying that patch?
|
Simon Goldschmidt <goldsimon>![]() |
Tue 07 Dec 2021 08:11:44 AM UTC, original submission:
Some static code checker warns for tcp_in.c to have a
|
Florian La Roche <flaroche> |
Depends on the following items: None found
Items that depend on this one: None found
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follows 1 latest change.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2021-12-07 | flaroche | Attached File | - | ![]() |
Added lwip-tcp_in.patch, #52446 |
The code checker is Klocwork. I'll keep this change
within our local changes. Ok to close this here.
best regards from Germany,
Florian La Roche