summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix resource leakhotfix/resource_leakjacobkeeler2017-06-221-1/+1
* 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-2224-50/+152
|\ \ | |/ |/|
| * Merge branch 'develop'jacobkeeler2017-06-211410-107114/+166021
| |\
| * | Fix style issuesJacob Keeler2016-09-2114-36/+41
| * | Merge branch 'master'Jacob Keeler2016-09-202004-72187/+136173
| |\ \
| * \ \ 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
| * | | | 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
| * | | | 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
| | * | | | Initialize protocol_version to V2 (CID 80051)Brad Pankow2016-07-261-1/+3
| | * | | | Initialize Profile members to defaults (CID 80053)Brad Pankow2016-07-261-0/+6
| | * | | | Initialize state_ctrl_ to constructor parameter (CID 80054)Brad Pankow2016-07-261-1/+1
| | * | | | Initialize RequestInfo members, add new RequestType (CID 80058, 80066, 80067)Brad Pankow2016-07-262-5/+17
| | * | | | Initialize is_ready_ before use in functions (CID 80072)Brad Pankow2016-07-261-0/+1
| | * | | | Initialize is_persistent, is_download_complete, and file_type before use in f...Brad Pankow2016-07-261-1/+4
| | * | | | Initialize max_block_size_ before use in functions (CID 80074)Brad Pankow2016-07-261-1/+2
| | * | | | Initialize app_state_ and connection_id_ before use in functions (CID 80075)Brad Pankow2016-07-261-1/+2
| | * | | | Initialize choice_set_id_ and is_timed_out_ before use in functions (CID 80076)Brad Pankow2016-07-261-1/+3