Opened 10 years ago
Closed 10 years ago
#11561 closed bug (fixed)
Removed unsigned comparison to zero (CID: 611234)
Reported by: | tgkokk | Owned by: | anevilyak |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Applications/Debugger | Version: | R1/Development |
Keywords: | gci2014 | Cc: | |
Blocked By: | Blocking: | ||
Platform: | All |
Description
A uint64 value is being compared to zero (< 0) in /src/apps/debugger/dwarf/DwarfFile.cpp (CID #611234).
Attachments (1)
Change History (7)
by , 10 years ago
Attachment: | 0003-Removed-unsigned-comparison-to-zero-CID-611234.patch added |
---|
comment:1 by , 10 years ago
patch: | 0 → 1 |
---|
follow-up: 4 comment:2 by , 10 years ago
comment:3 by , 10 years ago
Keywords: | gci2014 added |
---|
comment:4 by , 10 years ago
Replying to korli:
Seems a valid fix.
That one's correct indeed, feel free to apply, otherwise I will later today.
comment:6 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Seems a valid fix.