Opened 7 years ago
Closed 7 years ago
#13913 closed bug (fixed)
Fix various "Missing return statement" errors reported by Coverity
Reported by: | tuankiet65 | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | System | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Three patches below fix all "Missing return statement" errors reported by Coverity. CIDs are noted in each patch.
Attachments (3)
Change History (5)
by , 7 years ago
Attachment: | 0001-bin-compress-Mark-functions-not-returning-values-as-.patch added |
---|
comment:1 by , 7 years ago
patch: | 0 → 1 |
---|
by , 7 years ago
Attachment: | 0002-bin-pc-Mark-non-returning-function-as-void.patch added |
---|
by , 7 years ago
Attachment: | 0003-bin-media_client-return-0-on-success.patch added |
---|
comment:2 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Applied 2 and 3 in hrev51718, but deleted compress as per #13914 instead of applying the first. Thanks!