Skip to content

Commit

Permalink
Deploying to gh-pages from @ aa1a57c 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0w committed May 9, 2024
0 parents commit da5acf8
Show file tree
Hide file tree
Showing 1,021 changed files with 2,213,870 additions and 0 deletions.
1 change: 1 addition & 0 deletions 2023-05-13-104924-32906-1@d2c2874143cc_devel/commitmsg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Release 1.25.0
154 changes: 154 additions & 0 deletions 2023-05-13-104924-32906-1@d2c2874143cc_devel/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,154 @@
<html>
<head>
<title>lapiz (clang-tools 1:14.0-55.6) - 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>lapiz (clang-tools 1:14.0-55.6) - scan-build results</h1>

<table>
<tr><th>User:</th><td>root@90a20698de6d</td></tr>
<tr><th>Working Directory:</th><td>/rootdir</td></tr>
<tr><th>Command Line:</th><td>make -j 3</td></tr>
<tr><th>Clang Version:</th><td>Debian clang version 14.0.6
</td></tr>
<tr><th>Date:</th><td>Sat May 13 10:49:24 2023</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">18</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">Out-of-bound array access</td><td class="Q">1</td><td><center><input type="checkbox" onClick="ToggleDisplay(this,'bt_logic_error_out-of-bound_array_access');" 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>Unused code</th><th colspan=2></th></tr>
<tr><td class="SUMM_DESC">Dead assignment</td><td class="Q">6</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>
<tr><td class="SUMM_DESC">Unreachable code</td><td class="Q">2</td><td><center><input type="checkbox" onClick="ToggleDisplay(this,'bt_unused_code_unreachable_code');" 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">&nbsp;&#x25BE;</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>lapiz/smclient/eggsmclient-xsmp.c</td><td class="DESC">ptrarray_prop</td><td class="Q">1187</td><td class="Q">1</td><td><a href="report-9d1d93.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-9d1d93.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>lapiz/lapiz-documents-panel.c</td><td class="DESC">treeview_query_tooltip</td><td class="Q">609</td><td class="Q">1</td><td><a href="report-a14ddd.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-a14ddd.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>lapiz/smclient/eggsmclient-xsmp.c</td><td class="DESC">array_prop</td><td class="Q">1154</td><td class="Q">1</td><td><a href="report-cad275.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-cad275.html" -->
</tr>
<tr class="bt_unused_code_dead_assignment"><td class="DESC">Unused code</td><td class="DESC">Dead assignment</td><td>lapiz/lapiztextregion.c</td><td class="DESC">lapiz_text_region_add</td><td class="Q">264</td><td class="Q">1</td><td><a href="report-497206.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-497206.html" -->
</tr>
<tr class="bt_unused_code_dead_assignment"><td class="DESC">Unused code</td><td class="DESC">Dead assignment</td><td>plugins/taglist/lapiz-taglist-plugin-panel.c</td><td class="DESC">insert_tag</td><td class="Q">193</td><td class="Q">1</td><td><a href="report-a36548.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-a36548.html" -->
</tr>
<tr class="bt_unused_code_dead_assignment"><td class="DESC">Unused code</td><td class="DESC">Dead assignment</td><td>plugins/filebrowser/lapiz-file-browser-view.c</td><td class="DESC">key_press_event</td><td class="Q">632</td><td class="Q">1</td><td><a href="report-a81489.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-a81489.html" -->
</tr>
<tr class="bt_unused_code_dead_assignment"><td class="DESC">Unused code</td><td class="DESC">Dead assignment</td><td>plugins/filebrowser/lapiz-file-browser-store.c</td><td class="DESC">lapiz_file_browser_store_get_iter</td><td class="Q">584</td><td class="Q">1</td><td><a href="report-ae7ff1.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-ae7ff1.html" -->
</tr>
<tr class="bt_unused_code_dead_assignment"><td class="DESC">Unused code</td><td class="DESC">Dead assignment</td><td>lapiz/lapiz-prefs-manager-app.c</td><td class="DESC">lapiz_prefs_manager_editor_font_changed</td><td class="Q">796</td><td class="Q">1</td><td><a href="report-cc2ff0.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-cc2ff0.html" -->
</tr>
<tr class="bt_unused_code_dead_assignment"><td class="DESC">Unused code</td><td class="DESC">Dead assignment</td><td>lapiz/lapiztextregion.c</td><td class="DESC">lapiz_text_region_subtract</td><td class="Q">331</td><td class="Q">1</td><td><a href="report-debaf6.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-debaf6.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/lapiz-file-browser-store.c</td><td class="DESC">model_add_nodes_from_files</td><td class="Q">2066</td><td class="Q">1</td><td><a href="report-d939e0.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-d939e0.html" -->
</tr>
<tr class="bt_logic_error_identical_branches"><td class="DESC">Logic error</td><td class="DESC">Identical branches</td><td>plugins/spell/lapiz-spell-checker-language.c</td><td class="DESC">load_iso_entries</td><td class="Q">194</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>plugins/filebrowser/lapiz-file-browser-store.c</td><td class="DESC">model_resort_node</td><td class="Q">1117</td><td class="Q">26</td><td><a href="report-95e01c.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-95e01c.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>lapiz/lapiz-document-output-stream.c</td><td class="DESC">lapiz_document_output_stream_write</td><td class="Q">331</td><td class="Q">13</td><td><a href="report-dc69ba.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-dc69ba.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>lapiz/bacon-message-connection.c</td><td class="DESC">server_cb</td><td class="Q">168</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_logic_error_out-of-bound_array_access"><td class="DESC">Logic error</td><td class="DESC">Out-of-bound array access</td><td>lapiz/lapiz-window.c</td><td class="DESC">lapiz_window_key_press_event</td><td class="Q">315</td><td class="Q">3</td><td><a href="report-727b1a.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-727b1a.html" -->
</tr>
<tr class="bt_unused_code_unreachable_code"><td class="DESC">Unused code</td><td class="DESC">Unreachable code</td><td>lapiz/lapiz-window.c</td><td class="DESC">lapiz_window_key_press_event</td><td class="Q">355</td><td class="Q">1</td><td><a href="report-2851ab.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-2851ab.html" -->
</tr>
<tr class="bt_unused_code_unreachable_code"><td class="DESC">Unused code</td><td class="DESC">Unreachable code</td><td>lapiz/lapiz-window.c</td><td class="DESC">lapiz_window_key_press_event</td><td class="Q">364</td><td class="Q">1</td><td><a href="report-bc1931.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-bc1931.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/lapiz-spell-checker-dialog.c</td><td class="DESC">lapiz_spell_checker_dialog_set_misspelled_word</td><td class="Q">416</td><td class="Q">40</td><td><a href="report-fedb33.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-fedb33.html" -->
</tr>
</tbody>
</table>

</body></html>
Loading

0 comments on commit da5acf8

Please sign in to comment.