Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#11567 closed Patch - Bug Fix (fixed)

Patch to check the result of query.exec in dbutil.cpp (coverity 703634)

Reported by: Gary Buhrmaster <gary.buhrmaster@…> Owned by: Gary Buhrmaster <gary.buhrmaster@…>
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)

comment:1 Changed 11 years ago by Gary Buhrmaster <gary.buhrmaster@…>

Owner: set to Gary Buhrmaster <gary.buhrmaster@…>
Resolution: fixed
Status: newclosed

In 2d61fd8abdf916b66b798f33ffaad79cc43aea22/mythtv:

Check the return value of query.exec in dbutil.cpp

Fixes coverity 703634
(cherry picked from commit c45db226e673d4c890a092c7c76bc35266ec3996)

Signed-off-by: Stuart Morgan <smorgan@…>

Fixes #11567

comment:2 Changed 11 years ago by paulh

Milestone: unknown0.27
Note: See TracTickets for help on using tickets.