summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix resource leakhotfix/resource_leakjacobkeeler2017-06-221-1/+1
* Merge pull request #1642 from smartdevicelink/fix/coverity_merge_errorJacob Keeler2017-06-221-1/+0
|\
| * Fix error caused by merge of `develop` into `coverity_fixes` branchjacobkeeler2017-06-221-1/+0
|/
* Merge pull request #1641 from smartdevicelink/hotfix/4.3-RC_coverity_fixesJackLivio2017-06-2215-81/+86
|\
| * Fix for CID 171208hotfix/4.3-RC_coverity_fixesjacobkeeler2017-06-221-2/+6
| * Fix CID 171131jacobkeeler2017-06-223-3/+4
| * New fix for CID 171125, 171127, and 171128jacobkeeler2017-06-221-33/+31
| * Coverity Fixes in cache managerJackLivio2017-06-222-1/+4
| * Fix for coverity 171199JackLivio2017-06-221-6/+0
| * Fix for 170753 & 170763JackLivio2017-06-214-5/+9
| * Fix for cov 171196JackLivio2017-06-215-13/+13
| * Fix for coverity issue 170752JackLivio2017-06-211-3/+7
| * Fixes for Coverity Issues: 170755, 170756, 170757, 170758, 170759JackLivio2017-06-201-22/+22
| * Fix for 170761JackLivio2017-06-201-1/+0
| * Fix for coverity issue 170762JackLivio2017-06-201-3/+4
| * Fix coverity 171124JackLivio2017-06-191-1/+1
| * Fix for 171126JackLivio2017-06-191-3/+0
| * Fix for coverity issues 171128, 171127, 171125JackLivio2017-06-191-3/+3
| * Fix Coverity Issue 171129JackLivio2017-06-191-1/+1
* | Merge pull request #1637 from smartdevicelink/coverity_fixesJacob Keeler2017-06-2225-51/+153
|\ \ | |/ |/|
| * Merge branch 'release/4.3.0' into coverity_fixescoverity_fixesjacobkeeler2017-06-210-0/+0
| |\
| * \ Merge branch 'develop'jacobkeeler2017-06-211445-108576/+173026
| |\ \
| | * \ Merge pull request #1606 from smartdevicelink/fix/EXTENDED_MEDIA_MODE_buildJacob Keeler2017-06-141-9/+10
| | |\ \
| * | | | Fix style issuesJacob Keeler2016-09-2114-36/+41
| * | | | Fix Coverity buildJacob Keeler2016-09-211-3/+3
| * | | | Fix Coverity build submissionJacob Keeler2016-09-201-6/+3
| * | | | Add coverity branch to travis.ymlJacob Keeler2016-09-201-0/+1
| * | | | Merge branch 'master'Jacob Keeler2016-09-202025-72377/+137090
| |\ \ \ \
| * | | | | Forcing a Coverity buildJacob Keeler2016-08-031-1/+1
| * | | | | Merge pull request #732 from smartdevicelink/hotfix/coverity_fix_mixed_enumsJacob Keeler2016-08-034-22/+16
| |\ \ \ \ \
| | * | | | | Fixed another Coverity issue involving mixed enums (CID 80028)hotfix/coverity_fix_mixed_enumsJacob Keeler2016-07-292-7/+6
| | * | | | | Fixed unnecessary mixing of enums (CID 80023, 80024, 80026, 80030)Jacob Keeler2016-07-293-19/+14
| * | | | | | Merge pull request #730 from BTPankow/hotfix/coverity_error_handlingJackLivio2016-08-035-23/+65
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Check return value of SQL exec (CID 79986)Brad Pankow2016-07-281-1/+3
| | * | | | | Check return of command init before running it (CID 79987)Brad Pankow2016-07-281-3/+4
| | * | | | | Check return values for profile file functions (CID 79994)Brad Pankow2016-07-281-2/+7
| | * | | | | Check return values for file functions (CIDs 79980, 79981, 79982, 79983, 79984)Brad Pankow2016-07-281-7/+21
| | * | | | | Check return values for tcp socket functions (CIDs 79989, 79990, 79991)Brad Pankow2016-07-281-10/+30
| |/ / / / /
| * | | | | Merge pull request #727 from BTPankow/hotfix/coverity_resource_leaksJustin Dickow2016-07-271-9/+6
| |\ \ \ \ \
| | * | | | | Change socket close logic to prevent double close (CID 137866)Brad Pankow2016-07-271-9/+6
| * | | | | | forcing a coverity buildJustin Dickow2016-07-271-4/+1
| * | | | | | Merge pull request #714 from BTPankow/hotfix/coverity_resource_leaksJackLivio2016-07-262-0/+4
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Close socket connection before returning from function (CID 80039)Brad Pankow2016-07-211-0/+1
| | * | | | | Free opened file before returning from function (CID 80040)Brad Pankow2016-07-211-0/+3
| * | | | | | Merge pull request #715 from BTPankow/hotfix/coverity_buffer_terminationJackLivio2016-07-261-1/+3
| |\ \ \ \ \ \
| | * | | | | | Null terminate char buffer after strncpy (CID 79979)Brad Pankow2016-07-211-1/+3
| | |/ / / / /
| * | | | | | Merge pull request #723 from BTPankow/hotfix/coverity_uninitializedJackLivio2016-07-2619-18/+72
| |\ \ \ \ \ \
| | * | | | | | Initialize binary_data_ to NULL (CID 80088)Brad Pankow2016-07-261-1/+2
| | * | | | | | Initialize thread delegate to NULL before use (CID 80087)Brad Pankow2016-07-261-0/+1
| | * | | | | | Initialize policy_table_type_ to INVALID_PT_TYPE for Optional template class ...Brad Pankow2016-07-262-3/+6