-
-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploy mate-desktop/pluma to github.com/mate-desktop/pluma.git:gh-pages
- Loading branch information
raveit65 (via Travis CI)
committed
Dec 10, 2023
0 parents
commit f0b0fbc
Showing
1,226 changed files
with
2,060,214 additions
and
0 deletions.
There are no files selected for viewing
149 changes: 149 additions & 0 deletions
149
2022-11-09-223919-6583-1@f628a6ef38b7_master/index.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,149 @@ | ||
<html> | ||
<head> | ||
<title>rootdir - scan-build results</title> | ||
<link type="text/css" rel="stylesheet" href="scanview.css"/> | ||
<script src="sorttable.js"></script> | ||
<script language='javascript' type="text/javascript"> | ||
function SetDisplay(RowClass, DisplayVal) | ||
{ | ||
var Rows = document.getElementsByTagName("tr"); | ||
for ( var i = 0 ; i < Rows.length; ++i ) { | ||
if (Rows[i].className == RowClass) { | ||
Rows[i].style.display = DisplayVal; | ||
} | ||
} | ||
} | ||
|
||
function CopyCheckedStateToCheckButtons(SummaryCheckButton) { | ||
var Inputs = document.getElementsByTagName("input"); | ||
for ( var i = 0 ; i < Inputs.length; ++i ) { | ||
if (Inputs[i].type == "checkbox") { | ||
if(Inputs[i] != SummaryCheckButton) { | ||
Inputs[i].checked = SummaryCheckButton.checked; | ||
Inputs[i].onclick(); | ||
} | ||
} | ||
} | ||
} | ||
|
||
function returnObjById( id ) { | ||
if (document.getElementById) | ||
var returnVar = document.getElementById(id); | ||
else if (document.all) | ||
var returnVar = document.all[id]; | ||
else if (document.layers) | ||
var returnVar = document.layers[id]; | ||
return returnVar; | ||
} | ||
|
||
var NumUnchecked = 0; | ||
|
||
function ToggleDisplay(CheckButton, ClassName) { | ||
if (CheckButton.checked) { | ||
SetDisplay(ClassName, ""); | ||
if (--NumUnchecked == 0) { | ||
returnObjById("AllBugsCheck").checked = true; | ||
} | ||
} | ||
else { | ||
SetDisplay(ClassName, "none"); | ||
NumUnchecked++; | ||
returnObjById("AllBugsCheck").checked = false; | ||
} | ||
} | ||
</script> | ||
<!-- SUMMARYENDHEAD --> | ||
</head> | ||
<body> | ||
<h1>rootdir - scan-build results</h1> | ||
|
||
<table> | ||
<tr><th>User:</th><td>root@f559aa596ef7</td></tr> | ||
<tr><th>Working Directory:</th><td>/rootdir</td></tr> | ||
<tr><th>Command Line:</th><td>make -j 2</td></tr> | ||
<tr><th>Clang Version:</th><td>clang version 14.0.5 (Fedora 14.0.5-1.fc36) | ||
</td></tr> | ||
<tr><th>Date:</th><td>Wed Nov 9 22:39:19 2022</td></tr> | ||
</table> | ||
<h2>Bug Summary</h2><table> | ||
<thead><tr><td>Bug Type</td><td>Quantity</td><td class="sorttable_nosort">Display?</td></tr></thead> | ||
<tr style="font-weight:bold"><td class="SUMM_DESC">All Bugs</td><td class="Q">16</td><td><center><input type="checkbox" id="AllBugsCheck" onClick="CopyCheckedStateToCheckButtons(this);" checked/></center></td></tr> | ||
<tr><th>Logic error</th><th colspan=2></th></tr> | ||
<tr><td class="SUMM_DESC">Cast from non-struct type to struct type</td><td class="Q">3</td><td><center><input type="checkbox" onClick="ToggleDisplay(this,'bt_logic_error_cast_from_non-struct_type_to_struct_type');" checked/></center></td></tr> | ||
<tr><td class="SUMM_DESC">Identical branches</td><td class="Q">1</td><td><center><input type="checkbox" onClick="ToggleDisplay(this,'bt_logic_error_identical_branches');" checked/></center></td></tr> | ||
<tr><td class="SUMM_DESC">Out-of-bound access</td><td class="Q">3</td><td><center><input type="checkbox" onClick="ToggleDisplay(this,'bt_logic_error_out-of-bound_access');" checked/></center></td></tr> | ||
<tr><td class="SUMM_DESC">Use fixed address</td><td class="Q">1</td><td><center><input type="checkbox" onClick="ToggleDisplay(this,'bt_logic_error_use_fixed_address');" checked/></center></td></tr> | ||
<tr><th>Memory error</th><th colspan=2></th></tr> | ||
<tr><td class="SUMM_DESC">Use-after-free</td><td class="Q">1</td><td><center><input type="checkbox" onClick="ToggleDisplay(this,'bt_memory_error_use-after-free');" checked/></center></td></tr> | ||
<tr><th>Security</th><th colspan=2></th></tr> | ||
<tr><td class="SUMM_DESC">Potential insecure memory buffer bounds restriction in call 'strcpy'</td><td class="Q">1</td><td><center><input type="checkbox" onClick="ToggleDisplay(this,'bt_security_potential_insecure_memory_buffer_bounds_restriction_in_call_strcpy_');" checked/></center></td></tr> | ||
<tr><th>Unused code</th><th colspan=2></th></tr> | ||
<tr><td class="SUMM_DESC">Dead assignment</td><td class="Q">5</td><td><center><input type="checkbox" onClick="ToggleDisplay(this,'bt_unused_code_dead_assignment');" checked/></center></td></tr> | ||
<tr><td class="SUMM_DESC">Dead nested assignment</td><td class="Q">1</td><td><center><input type="checkbox" onClick="ToggleDisplay(this,'bt_unused_code_dead_nested_assignment');" checked/></center></td></tr> | ||
</table> | ||
<h2>Reports</h2> | ||
|
||
<table class="sortable" style="table-layout:automatic"> | ||
<thead><tr> | ||
<td>Bug Group</td> | ||
<td class="sorttable_sorted">Bug Type<span id="sorttable_sortfwdind"> ▾</span></td> | ||
<td>File</td> | ||
<td>Function/Method</td> | ||
<td class="Q">Line</td> | ||
<td class="Q">Path Length</td> | ||
<td class="sorttable_nosort"></td> | ||
<!-- REPORTBUGCOL --> | ||
</tr></thead> | ||
<tbody> | ||
<tr class="bt_logic_error_cast_from_non-struct_type_to_struct_type"><td class="DESC">Logic error</td><td class="DESC">Cast from non-struct type to struct type</td><td>pluma/pluma-documents-panel.c</td><td class="DESC">treeview_query_tooltip</td><td class="Q">610</td><td class="Q">1</td><td><a href="report-6583f3.html#EndPath">View Report</a></td> | ||
<!-- REPORTBUG id="report-6583f3.html" --> | ||
</tr> | ||
<tr class="bt_logic_error_cast_from_non-struct_type_to_struct_type"><td class="DESC">Logic error</td><td class="DESC">Cast from non-struct type to struct type</td><td>pluma/mate-submodules/libegg/eggsmclient-xsmp.c</td><td class="DESC">array_prop</td><td class="Q">1199</td><td class="Q">1</td><td><a href="report-b8f564.html#EndPath">View Report</a></td> | ||
<!-- REPORTBUG id="report-b8f564.html" --> | ||
</tr> | ||
<tr class="bt_logic_error_cast_from_non-struct_type_to_struct_type"><td class="DESC">Logic error</td><td class="DESC">Cast from non-struct type to struct type</td><td>pluma/mate-submodules/libegg/eggsmclient-xsmp.c</td><td class="DESC">ptrarray_prop</td><td class="Q">1232</td><td class="Q">1</td><td><a href="report-cf3974.html#EndPath">View Report</a></td> | ||
<!-- REPORTBUG id="report-cf3974.html" --> | ||
</tr> | ||
<tr class="bt_unused_code_dead_assignment"><td class="DESC">Unused code</td><td class="DESC">Dead assignment</td><td>plugins/filebrowser/pluma-file-browser-view.c</td><td class="DESC">key_press_event</td><td class="Q">631</td><td class="Q">1</td><td><a href="report-008555.html#EndPath">View Report</a></td> | ||
<!-- REPORTBUG id="report-008555.html" --> | ||
</tr> | ||
<tr class="bt_unused_code_dead_assignment"><td class="DESC">Unused code</td><td class="DESC">Dead assignment</td><td>plugins/taglist/pluma-taglist-plugin-panel.c</td><td class="DESC">insert_tag</td><td class="Q">194</td><td class="Q">1</td><td><a href="report-1e519c.html#EndPath">View Report</a></td> | ||
<!-- REPORTBUG id="report-1e519c.html" --> | ||
</tr> | ||
<tr class="bt_unused_code_dead_assignment"><td class="DESC">Unused code</td><td class="DESC">Dead assignment</td><td>plugins/filebrowser/pluma-file-browser-store.c</td><td class="DESC">pluma_file_browser_store_get_iter</td><td class="Q">577</td><td class="Q">1</td><td><a href="report-4a60ca.html#EndPath">View Report</a></td> | ||
<!-- REPORTBUG id="report-4a60ca.html" --> | ||
</tr> | ||
<tr class="bt_unused_code_dead_assignment"><td class="DESC">Unused code</td><td class="DESC">Dead assignment</td><td>pluma/plumatextregion.c</td><td class="DESC">pluma_text_region_subtract</td><td class="Q">332</td><td class="Q">1</td><td><a href="report-527848.html#EndPath">View Report</a></td> | ||
<!-- REPORTBUG id="report-527848.html" --> | ||
</tr> | ||
<tr class="bt_unused_code_dead_assignment"><td class="DESC">Unused code</td><td class="DESC">Dead assignment</td><td>pluma/plumatextregion.c</td><td class="DESC">pluma_text_region_add</td><td class="Q">265</td><td class="Q">1</td><td><a href="report-a608c3.html#EndPath">View Report</a></td> | ||
<!-- REPORTBUG id="report-a608c3.html" --> | ||
</tr> | ||
<tr class="bt_unused_code_dead_nested_assignment"><td class="DESC">Unused code</td><td class="DESC">Dead nested assignment</td><td>plugins/filebrowser/pluma-file-browser-store.c</td><td class="DESC">model_add_nodes_from_files</td><td class="Q">2059</td><td class="Q">1</td><td><a href="report-7b3428.html#EndPath">View Report</a></td> | ||
<!-- REPORTBUG id="report-7b3428.html" --> | ||
</tr> | ||
<tr class="bt_logic_error_identical_branches"><td class="DESC">Logic error</td><td class="DESC">Identical branches</td><td>plugins/spell/pluma-spell-checker-language.c</td><td class="DESC">load_iso_entries</td><td class="Q">195</td><td class="Q">1</td><td><a href="report-f2c91f.html#EndPath">View Report</a></td> | ||
<!-- REPORTBUG id="report-f2c91f.html" --> | ||
</tr> | ||
<tr class="bt_logic_error_out-of-bound_access"><td class="DESC">Logic error</td><td class="DESC">Out-of-bound access</td><td>pluma/pluma-document-output-stream.c</td><td class="DESC">pluma_document_output_stream_write</td><td class="Q">332</td><td class="Q">15</td><td><a href="report-13aee1.html#EndPath">View Report</a></td> | ||
<!-- REPORTBUG id="report-13aee1.html" --> | ||
</tr> | ||
<tr class="bt_logic_error_out-of-bound_access"><td class="DESC">Logic error</td><td class="DESC">Out-of-bound access</td><td>plugins/filebrowser/pluma-file-browser-store.c</td><td class="DESC">model_resort_node</td><td class="Q">1110</td><td class="Q">32</td><td><a href="report-731a91.html#EndPath">View Report</a></td> | ||
<!-- REPORTBUG id="report-731a91.html" --> | ||
</tr> | ||
<tr class="bt_logic_error_out-of-bound_access"><td class="DESC">Logic error</td><td class="DESC">Out-of-bound access</td><td>pluma/bacon-message-connection.c</td><td class="DESC">server_cb</td><td class="Q">169</td><td class="Q">26</td><td><a href="report-efdf48.html#EndPath">View Report</a></td> | ||
<!-- REPORTBUG id="report-efdf48.html" --> | ||
</tr> | ||
<tr class="bt_security_potential_insecure_memory_buffer_bounds_restriction_in_call_strcpy_"><td class="DESC">Security</td><td class="DESC">Potential insecure memory buffer bounds restriction in call 'strcpy'</td><td>pluma/pluma-window.c</td><td class="DESC">pluma_window_key_press_event</td><td class="Q">332</td><td class="Q">1</td><td><a href="report-222690.html#EndPath">View Report</a></td> | ||
<!-- REPORTBUG id="report-222690.html" --> | ||
</tr> | ||
<tr class="bt_logic_error_use_fixed_address"><td class="DESC">Logic error</td><td class="DESC">Use fixed address</td><td>tests/document-saver.c</td><td class="DESC">saver_test_data_new</td><td class="Q">68</td><td class="Q">12</td><td><a href="report-6c7faf.html#EndPath">View Report</a></td> | ||
<!-- REPORTBUG id="report-6c7faf.html" --> | ||
</tr> | ||
<tr class="bt_memory_error_use-after-free"><td class="DESC">Memory error</td><td class="DESC">Use-after-free</td><td>plugins/spell/pluma-spell-checker-dialog.c</td><td class="DESC">pluma_spell_checker_dialog_set_misspelled_word</td><td class="Q">411</td><td class="Q">48</td><td><a href="report-5f782a.html#EndPath">View Report</a></td> | ||
<!-- REPORTBUG id="report-5f782a.html" --> | ||
</tr> | ||
</tbody> | ||
</table> | ||
|
||
</body></html> |
Oops, something went wrong.