Skip to content

Commit

Permalink
Deploy mate-desktop/mate-calc to github.com/mate-desktop/mate-calc.gi…
Browse files Browse the repository at this point in the history
…t:gh-pages
  • Loading branch information
cwendling committed Nov 25, 2023
0 parents commit d58b6bb
Show file tree
Hide file tree
Showing 312 changed files with 397,686 additions and 0 deletions.
124 changes: 124 additions & 0 deletions 2022-10-24-193630-3705-1@dfba2212734e_migrate-tx/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,124 @@
<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@2691f370e2d0</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>Mon Oct 24 19:36:30 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">9</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">Dereference of null pointer</td><td class="Q">1</td><td><center><input type="checkbox" onClick="ToggleDisplay(this,'bt_logic_error_dereference_of_null_pointer');" 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 'strcat'</td><td class="Q">1</td><td><center><input type="checkbox" onClick="ToggleDisplay(this,'bt_security_potential_insecure_memory_buffer_bounds_restriction_in_call_strcat_');" checked/></center></td></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">3</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">3</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">&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_unused_code_dead_assignment"><td class="DESC">Unused code</td><td class="DESC">Dead assignment</td><td>math-buttons.c</td><td class="DESC">base_changed_cb</td><td class="Q">472</td><td class="Q">1</td><td><a href="report-458ccc.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-458ccc.html" -->
</tr>
<tr class="bt_unused_code_dead_assignment"><td class="DESC">Unused code</td><td class="DESC">Dead assignment</td><td>math-equation.c</td><td class="DESC">math_equation_get_equation</td><td class="Q">802</td><td class="Q">1</td><td><a href="report-90c61f.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-90c61f.html" -->
</tr>
<tr class="bt_unused_code_dead_assignment"><td class="DESC">Unused code</td><td class="DESC">Dead assignment</td><td>math-preferences.c</td><td class="DESC">set_combo_box_from_int</td><td class="Q">150</td><td class="Q">1</td><td><a href="report-c8cbaf.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-c8cbaf.html" -->
</tr>
<tr class="bt_unused_code_dead_nested_assignment"><td class="DESC">Unused code</td><td class="DESC">Dead nested assignment</td><td>lexer.c</td><td class="DESC">l_insert_next_token</td><td class="Q">204</td><td class="Q">1</td><td><a href="report-1d4839.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-1d4839.html" -->
</tr>
<tr class="bt_unused_code_dead_nested_assignment"><td class="DESC">Unused code</td><td class="DESC">Dead nested assignment</td><td>lexer.c</td><td class="DESC">l_insert_next_token</td><td class="Q">241</td><td class="Q">1</td><td><a href="report-720c65.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-720c65.html" -->
</tr>
<tr class="bt_unused_code_dead_nested_assignment"><td class="DESC">Unused code</td><td class="DESC">Dead nested assignment</td><td>lexer.c</td><td class="DESC">l_insert_next_token</td><td class="Q">125</td><td class="Q">1</td><td><a href="report-b1189a.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-b1189a.html" -->
</tr>
<tr class="bt_logic_error_dereference_of_null_pointer"><td class="DESC">Logic error</td><td class="DESC">Dereference of null pointer</td><td>mp.c</td><td class="DESC">mp_factorize</td><td class="Q">956</td><td class="Q">32</td><td><a href="report-397825.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-397825.html" -->
</tr>
<tr class="bt_security_potential_insecure_memory_buffer_bounds_restriction_in_call_strcat_"><td class="DESC">Security</td><td class="DESC">Potential insecure memory buffer bounds restriction in call 'strcat'</td><td>parserfunc.c</td><td class="DESC">pf_apply_func_with_npower</td><td class="Q">366</td><td class="Q">1</td><td><a href="report-c223fe.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-c223fe.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>parserfunc.c</td><td class="DESC">pf_apply_func_with_npower</td><td class="Q">365</td><td class="Q">1</td><td><a href="report-0e4c8f.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-0e4c8f.html" -->
</tr>
</tbody>
</table>

</body></html>
Loading

0 comments on commit d58b6bb

Please sign in to comment.