Opened 12 years ago
Closed 12 years ago
#11676 closed Patch - Bug Fix (Fixed)
Patch to initialize m_parent in the SocketRequestHandler ctor - fixes Coverity 700891
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 detected that the member variable was not initialized in the ctor. While a cursory review of the derived classes show that it would be initialized when appropriate, initialize it to NULL in the ctor to make static analysis happy (should cause no harm, and might prevent some future opportunities being introduced).
Fixes Coverity 700891
github ref: https://github.com/garybuhrmaster/mythtv/commit/5f68d70121fcca27701a1d46eec9b9a28322c5c0 github git-am ref: https://github.com/garybuhrmaster/mythtv/commit/5f68d70121fcca27701a1d46eec9b9a28322c5c0.patch
Change History (2)
Note: See
TracTickets for help on using
tickets.
Fixed in [da576a1a9e]