Opened 12 years ago
Closed 12 years ago
Last modified 12 years ago
#11567 closed Patch - Bug Fix (fixed)
Patch to check the result of query.exec in dbutil.cpp (coverity 703634)
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | minor | Milestone: | 0.27 |
Component: | MythTV - General | Version: | Master Head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
Static analysis (coverity) detected an unchecked return value of the invocation of query.exec in dbutil.cpp. Check the result.
Fixes coverity 703634
https://github.com/garybuhrmaster/mythtv/commit/c45db226e673d4c890a092c7c76bc35266ec3996
Change History (2)
Note: See
TracTickets for help on using
tickets.
In 2d61fd8abdf916b66b798f33ffaad79cc43aea22/mythtv: