Opened 11 years ago
Closed 11 years ago
#10256 closed bug (fixed)
Fix Argument Count Mismatch from Coverity
Reported by: | Freeman | Owned by: | anevilyak |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Network & Internet/Stack | Version: | R1/Development |
Keywords: | gci2013 | Cc: | |
Blocked By: | Blocking: | ||
Platform: | All |
Description
Coverity CIDs: 991488 and 991489
Printf arg type mismatch and printf arg count mismatch.
Attachments (2)
Change History (8)
by , 11 years ago
Attachment: | 0001-fix-argument-count-mismatch.patch added |
---|
comment:1 by , 11 years ago
patch: | 0 → 1 |
---|
comment:2 by , 11 years ago
comment:3 by , 11 years ago
Component: | Network & Internet → Network & Internet/Stack |
---|---|
Keywords: | gci2013 added; arp removed |
Owner: | changed from | to
Type: | enhancement → bug |
by , 11 years ago
Attachment: | 0001-fix-argument-count-mismatch.2.patch added |
---|
comment:4 by , 11 years ago
Owner: | changed from | to
---|---|
Status: | new → in-progress |
comment:6 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | in-progress → closed |
Note:
See TracTickets
for help on using tickets.
Actually, I think this is the wrong fix - B_PRId32 is a macro which is used to return a platform-specific printf string - for example "ld" - what seems to be missing is the % in the string itself, as you can see it's supposed to show the line count there.