Skip to content

Commit

Permalink
Deploy mate-desktop/mate-applets to github.com/mate-desktop/mate-appl…
Browse files Browse the repository at this point in the history
…ets.git:gh-pages
  • Loading branch information
lukefromdc committed Jul 24, 2023
0 parents commit 4b04416
Show file tree
Hide file tree
Showing 552 changed files with 644,338 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,112 @@
<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@8bdef70b131b</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 16.0.6 (Fedora 16.0.6-2.fc38)
</td></tr>
<tr><th>Date:</th><td>Sun Jul 16 22:58:34 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">5</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">Division by zero</td><td class="Q">1</td><td><center><input type="checkbox" onClick="ToggleDisplay(this,'bt_logic_error_division_by_zero');" checked/></center></td></tr>
<tr><td class="SUMM_DESC">Out-of-bound access</td><td class="Q">1</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">Result of operation is garbage or undefined</td><td class="Q">1</td><td><center><input type="checkbox" onClick="ToggleDisplay(this,'bt_logic_error_result_of_operation_is_garbage_or_undefined');" 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">1</td><td><center><input type="checkbox" onClick="ToggleDisplay(this,'bt_unused_code_dead_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>geyes/src/themes.c</td><td class="DESC">parse_theme_file</td><td class="Q">80</td><td class="Q">1</td><td><a href="report-782963.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-782963.html" -->
</tr>
<tr class="bt_logic_error_division_by_zero"><td class="DESC">Logic error</td><td class="DESC">Division by zero</td><td>multiload/src/load-graph.c</td><td class="DESC">load_graph_draw</td><td class="Q">106</td><td class="Q">14</td><td><a href="report-ad73bf.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-ad73bf.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>netspeed/src/netspeed.c</td><td class="DESC">mac_addr_n2a</td><td class="Q">671</td><td class="Q">25</td><td><a href="report-8b7574.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-8b7574.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>battstat/apmlib/apmlib.c</td><td class="DESC">apm_read</td><td class="Q">89</td><td class="Q">1</td><td><a href="report-3faa94.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-3faa94.html" -->
</tr>
<tr class="bt_logic_error_result_of_operation_is_garbage_or_undefined"><td class="DESC">Logic error</td><td class="DESC">Result of operation is garbage or undefined</td><td>stickynotes/stickynotes_applet.c</td><td class="DESC">stickynotes_applet_init</td><td class="Q">224</td><td class="Q">11</td><td><a href="report-0cb404.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-0cb404.html" -->
</tr>
</tbody>
</table>

</body></html>
Loading

0 comments on commit 4b04416

Please sign in to comment.