Activity log for bug #1100553

Date Who What changed Old value New value Message
2013-01-16 23:45:07 Product Strategy Coverity Bug Uploader bug added bug
2013-01-16 23:45:08 Product Strategy Coverity Bug Uploader nominated for series bamf/0.4
2013-01-16 23:45:09 Product Strategy Coverity Bug Uploader bug task added bamf/0.4
2013-01-16 23:45:10 Product Strategy Coverity Bug Uploader bamf: importance Undecided High
2013-01-16 23:45:12 Product Strategy Coverity Bug Uploader attachment added bamf-trunk: /tmp/buildd/bamf-0.4.0daily13.01.11/src/bamf-matcher.c https://bugs.launchpad.net/bugs/1100553/+attachment/3485451/+files/coverity-annotations.html
2013-04-17 04:27:13 Marco Trevisan (Treviño) bamf/0.4: status New In Progress
2013-04-17 04:27:15 Marco Trevisan (Treviño) bamf/0.4: assignee Marco Trevisan (Treviño) (3v1n0)
2013-04-17 04:27:17 Marco Trevisan (Treviño) bamf/0.4: milestone 0.4.0
2013-04-17 04:27:33 Launchpad Janitor branch linked lp:~3v1n0/bamf/rematch-memleak-fix
2013-04-17 16:34:34 PS Jenkins bot bamf: status In Progress Fix Committed
2013-05-03 18:30:20 Launchpad Janitor bamf (Ubuntu): status New Fix Released
2013-05-08 11:38:41 Timo Jyrinki description This bug is exported from the Coverity Integration Manager on Canonical's servers. For information on how this is done please see this website: https://wiki.ubuntu.com/CanonicalProductStrategy/Coverity CID: 12653 Checker: REVERSE_INULL Category: No category available CWE definition: http://cwe.mitre.org/data/definitions/476.html File: /tmp/buildd/bamf-0.4.0daily13.01.11/src/bamf-matcher.c Function: list_prepend_desktop_file_env_directories Code snippet: 1037 if (env) 1038 { 1039 data_dirs = g_strsplit (env, ":", 0); 1040 CID 12653 - REVERSE_INULL {CovLStrv2{{t{Assigning: {0} {1}= {2}.}{"data"}{}{"data_dirs"}}}} {CovLStrv2{{t{Directly dereferencing pointer {0}.}{"data"}}}} 1041 for (data = data_dirs; *data; data++) 1042 { 1043 path = g_build_filename (*data, "applications", NULL); 1044 if (g_file_test (path, G_FILE_TEST_IS_DIR) && 1045 !g_list_find_custom (dirs, path, (GCompareFunc) g_strcmp0)) 1046 { [Impact] Coverity report bug. [Test Case] None, no regressions allowed. [Regression Potential]           This bug is exported from the Coverity Integration Manager on Canonical's servers. For information on how this is done please see this website: https://wiki.ubuntu.com/CanonicalProductStrategy/Coverity CID: 12653 Checker: REVERSE_INULL Category: No category available CWE definition: http://cwe.mitre.org/data/definitions/476.html File: /tmp/buildd/bamf-0.4.0daily13.01.11/src/bamf-matcher.c Function: list_prepend_desktop_file_env_directories Code snippet: 1037 if (env) 1038 { 1039 data_dirs = g_strsplit (env, ":", 0); 1040 CID 12653 - REVERSE_INULL {CovLStrv2{{t{Assigning: {0} {1}= {2}.}{"data"}{}{"data_dirs"}}}} {CovLStrv2{{t{Directly dereferencing pointer {0}.}{"data"}}}} 1041 for (data = data_dirs; *data; data++) 1042 { 1043 path = g_build_filename (*data, "applications", NULL); 1044 if (g_file_test (path, G_FILE_TEST_IS_DIR) && 1045 !g_list_find_custom (dirs, path, (GCompareFunc) g_strcmp0)) 1046 {
2013-05-08 11:40:12 Timo Jyrinki description [Impact] Coverity report bug. [Test Case] None, no regressions allowed. [Regression Potential]           This bug is exported from the Coverity Integration Manager on Canonical's servers. For information on how this is done please see this website: https://wiki.ubuntu.com/CanonicalProductStrategy/Coverity CID: 12653 Checker: REVERSE_INULL Category: No category available CWE definition: http://cwe.mitre.org/data/definitions/476.html File: /tmp/buildd/bamf-0.4.0daily13.01.11/src/bamf-matcher.c Function: list_prepend_desktop_file_env_directories Code snippet: 1037 if (env) 1038 { 1039 data_dirs = g_strsplit (env, ":", 0); 1040 CID 12653 - REVERSE_INULL {CovLStrv2{{t{Assigning: {0} {1}= {2}.}{"data"}{}{"data_dirs"}}}} {CovLStrv2{{t{Directly dereferencing pointer {0}.}{"data"}}}} 1041 for (data = data_dirs; *data; data++) 1042 { 1043 path = g_build_filename (*data, "applications", NULL); 1044 if (g_file_test (path, G_FILE_TEST_IS_DIR) && 1045 !g_list_find_custom (dirs, path, (GCompareFunc) g_strcmp0)) 1046 { [Impact] Coverity report bug. [Test Case] None, no regressions allowed. [Regression Potential]           _ This bug is exported from the Coverity Integration Manager on Canonical's servers. For information on how this is done please see this website: https://wiki.ubuntu.com/CanonicalProductStrategy/Coverity CID: 12653 Checker: REVERSE_INULL Category: No category available CWE definition: http://cwe.mitre.org/data/definitions/476.html File: /tmp/buildd/bamf-0.4.0daily13.01.11/src/bamf-matcher.c Function: list_prepend_desktop_file_env_directories Code snippet: 1037 if (env) 1038 { 1039 data_dirs = g_strsplit (env, ":", 0); 1040 CID 12653 - REVERSE_INULL {CovLStrv2{{t{Assigning: {0} {1}= {2}.}{"data"}{}{"data_dirs"}}}} {CovLStrv2{{t{Directly dereferencing pointer {0}.}{"data"}}}} 1041 for (data = data_dirs; *data; data++) 1042 { 1043 path = g_build_filename (*data, "applications", NULL); 1044 if (g_file_test (path, G_FILE_TEST_IS_DIR) && 1045 !g_list_find_custom (dirs, path, (GCompareFunc) g_strcmp0)) 1046 {
2013-05-08 11:40:51 Timo Jyrinki bug added subscriber Ubuntu Stable Release Updates Team
2013-05-15 05:58:55 Timo Jyrinki description [Impact] Coverity report bug. [Test Case] None, no regressions allowed. [Regression Potential]           _ This bug is exported from the Coverity Integration Manager on Canonical's servers. For information on how this is done please see this website: https://wiki.ubuntu.com/CanonicalProductStrategy/Coverity CID: 12653 Checker: REVERSE_INULL Category: No category available CWE definition: http://cwe.mitre.org/data/definitions/476.html File: /tmp/buildd/bamf-0.4.0daily13.01.11/src/bamf-matcher.c Function: list_prepend_desktop_file_env_directories Code snippet: 1037 if (env) 1038 { 1039 data_dirs = g_strsplit (env, ":", 0); 1040 CID 12653 - REVERSE_INULL {CovLStrv2{{t{Assigning: {0} {1}= {2}.}{"data"}{}{"data_dirs"}}}} {CovLStrv2{{t{Directly dereferencing pointer {0}.}{"data"}}}} 1041 for (data = data_dirs; *data; data++) 1042 { 1043 path = g_build_filename (*data, "applications", NULL); 1044 if (g_file_test (path, G_FILE_TEST_IS_DIR) && 1045 !g_list_find_custom (dirs, path, (GCompareFunc) g_strcmp0)) 1046 { [Impact] Coverity report bug. [Test Case] None, no regressions allowed. [Regression Potential] No regression potential.  _ This bug is exported from the Coverity Integration Manager on Canonical's servers. For information on how this is done please see this website: https://wiki.ubuntu.com/CanonicalProductStrategy/Coverity CID: 12653 Checker: REVERSE_INULL Category: No category available CWE definition: http://cwe.mitre.org/data/definitions/476.html File: /tmp/buildd/bamf-0.4.0daily13.01.11/src/bamf-matcher.c Function: list_prepend_desktop_file_env_directories Code snippet: 1037 if (env) 1038 { 1039 data_dirs = g_strsplit (env, ":", 0); 1040 CID 12653 - REVERSE_INULL {CovLStrv2{{t{Assigning: {0} {1}= {2}.}{"data"}{}{"data_dirs"}}}} {CovLStrv2{{t{Directly dereferencing pointer {0}.}{"data"}}}} 1041 for (data = data_dirs; *data; data++) 1042 { 1043 path = g_build_filename (*data, "applications", NULL); 1044 if (g_file_test (path, G_FILE_TEST_IS_DIR) && 1045 !g_list_find_custom (dirs, path, (GCompareFunc) g_strcmp0)) 1046 {
2013-05-17 14:25:26 Marco Trevisan (Treviño) bug task deleted bamf/0.4
2013-05-17 14:25:54 Marco Trevisan (Treviño) bamf: status Fix Committed Fix Released
2013-06-25 05:06:29 Adam Conrad bamf (Ubuntu Raring): status New Fix Committed
2013-06-25 05:06:32 Adam Conrad bug added subscriber SRU Verification
2013-06-25 05:06:40 Adam Conrad tags coverity coverity-reverse-inull coverity coverity-reverse-inull verification-needed
2013-07-25 13:45:54 Christopher Townsend tags coverity coverity-reverse-inull verification-needed coverity coverity-reverse-inull verification-done
2013-08-12 13:12:42 Launchpad Janitor bamf (Ubuntu Raring): status Fix Committed Fix Released
2013-08-12 13:13:12 Scott Kitterman removed subscriber Ubuntu Stable Release Updates Team