Skip to content

Commit

Permalink
Deploy mate-desktop/marco to github.com/mate-desktop/marco.git:gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
vkareh committed Apr 8, 2024
0 parents commit 917454e
Show file tree
Hide file tree
Showing 1,714 changed files with 3,840,211 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,185 @@
<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@22493e655abd</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 17.0.6 (Fedora 17.0.6-2.fc39)
</td></tr>
<tr><th>Date:</th><td>Fri Feb 16 21:10:36 2024</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">29</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 region with wrong size</td><td class="Q">2</td><td><center><input type="checkbox" onClick="ToggleDisplay(this,'bt_logic_error_cast_region_with_wrong_size');" checked/></center></td></tr>
<tr><td class="SUMM_DESC">Dereference of null pointer</td><td class="Q">2</td><td><center><input type="checkbox" onClick="ToggleDisplay(this,'bt_logic_error_dereference_of_null_pointer');" checked/></center></td></tr>
<tr><td class="SUMM_DESC">Out-of-bound access</td><td class="Q">6</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">2</td><td><center><input type="checkbox" onClick="ToggleDisplay(this,'bt_logic_error_result_of_operation_is_garbage_or_undefined');" 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>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">Unreachable code</td><td class="Q">10</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_region_with_wrong_size"><td class="DESC">Logic error</td><td class="DESC">Cast region with wrong size</td><td>ui/theme.c</td><td class="DESC">meta_color_spec_new</td><td class="Q">1324</td><td class="Q">4</td><td><a href="report-6de546.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-6de546.html" -->
</tr>
<tr class="bt_logic_error_cast_region_with_wrong_size"><td class="DESC">Logic error</td><td class="DESC">Cast region with wrong size</td><td>ui/theme.c</td><td class="DESC">meta_draw_op_new</td><td class="Q">3174</td><td class="Q">3</td><td><a href="report-857384.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-857384.html" -->
</tr>
<tr class="bt_unused_code_dead_assignment"><td class="DESC">Unused code</td><td class="DESC">Dead assignment</td><td>wm-tester/test-size-hints.c</td><td class="DESC">main</td><td class="Q">92</td><td class="Q">1</td><td><a href="report-3eecf0.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-3eecf0.html" -->
</tr>
<tr class="bt_unused_code_dead_assignment"><td class="DESC">Unused code</td><td class="DESC">Dead assignment</td><td>wm-tester/test-resizing.c</td><td class="DESC">main</td><td class="Q">138</td><td class="Q">1</td><td><a href="report-58a7de.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-58a7de.html" -->
</tr>
<tr class="bt_unused_code_dead_assignment"><td class="DESC">Unused code</td><td class="DESC">Dead assignment</td><td>ui/frames.c</td><td class="DESC">meta_frames_button_press_event</td><td class="Q">1779</td><td class="Q">1</td><td><a href="report-6ce2b4.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-6ce2b4.html" -->
</tr>
<tr class="bt_unused_code_dead_assignment"><td class="DESC">Unused code</td><td class="DESC">Dead assignment</td><td>wm-tester/test-resizing.c</td><td class="DESC">main</td><td class="Q">139</td><td class="Q">1</td><td><a href="report-b7dd8c.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-b7dd8c.html" -->
</tr>
<tr class="bt_unused_code_dead_assignment"><td class="DESC">Unused code</td><td class="DESC">Dead assignment</td><td>core/edge-resistance.c</td><td class="DESC">find_nearest_position</td><td class="Q">204</td><td class="Q">1</td><td><a href="report-c5605e.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-c5605e.html" -->
</tr>
<tr class="bt_unused_code_dead_assignment"><td class="DESC">Unused code</td><td class="DESC">Dead assignment</td><td>wm-tester/test-size-hints.c</td><td class="DESC">main</td><td class="Q">91</td><td class="Q">1</td><td><a href="report-f74df1.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-f74df1.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>ui/theme-viewer.c</td><td class="DESC">main</td><td class="Q">895</td><td class="Q">10</td><td><a href="report-071a16.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-071a16.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>core/window.c</td><td class="DESC">idle_calc_showing</td><td class="Q">1621</td><td class="Q">4</td><td><a href="report-dac1a9.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-dac1a9.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>core/screen.c</td><td class="DESC">meta_screen_get_natural_xinerama_list</td><td class="Q">1779</td><td class="Q">31</td><td><a href="report-064f1f.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-064f1f.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>core/async-getprop.c</td><td class="DESC">async_get_property_handler</td><td class="Q">448</td><td class="Q">20</td><td><a href="report-19e9c7.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-19e9c7.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>core/async-getprop.c</td><td class="DESC">async_get_property_handler</td><td class="Q">385</td><td class="Q">19</td><td><a href="report-3ed76c.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-3ed76c.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>core/xprops.c</td><td class="DESC">utf8_list_from_results</td><td class="Q">475</td><td class="Q">28</td><td><a href="report-82159e.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-82159e.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>core/screen.c</td><td class="DESC">meta_screen_get_natural_xinerama_list</td><td class="Q">1781</td><td class="Q">29</td><td><a href="report-e9815c.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-e9815c.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>core/screen.c</td><td class="DESC">meta_screen_get_natural_xinerama_list</td><td class="Q">1733</td><td class="Q">13</td><td><a href="report-ed0075.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-ed0075.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>core/prefs.c</td><td class="DESC">button_layout_handler</td><td class="Q">1521</td><td class="Q">7</td><td><a href="report-894891.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-894891.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>core/prefs.c</td><td class="DESC">button_layout_equal</td><td class="Q">1313</td><td class="Q">9</td><td><a href="report-e47d9e.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-e47d9e.html" -->
</tr>
<tr class="bt_unused_code_unreachable_code"><td class="DESC">Unused code</td><td class="DESC">Unreachable code</td><td>core/util.c</td><td class="DESC">meta_gravity_to_string</td><td class="Q">500</td><td class="Q">1</td><td><a href="report-009c20.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-009c20.html" -->
</tr>
<tr class="bt_unused_code_unreachable_code"><td class="DESC">Unused code</td><td class="DESC">Unreachable code</td><td>ui/frames.c</td><td class="DESC">meta_frames_button_press_event</td><td class="Q">1702</td><td class="Q">1</td><td><a href="report-2430c2.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-2430c2.html" -->
</tr>
<tr class="bt_unused_code_unreachable_code"><td class="DESC">Unused code</td><td class="DESC">Unreachable code</td><td>ui/theme-viewer.c</td><td class="DESC">main</td><td class="Q">896</td><td class="Q">1</td><td><a href="report-641a36.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-641a36.html" -->
</tr>
<tr class="bt_unused_code_unreachable_code"><td class="DESC">Unused code</td><td class="DESC">Unreachable code</td><td>core/prefs.c</td><td class="DESC">meta_prefs_get_application_based</td><td class="Q">1585</td><td class="Q">1</td><td><a href="report-658c39.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-658c39.html" -->
</tr>
<tr class="bt_unused_code_unreachable_code"><td class="DESC">Unused code</td><td class="DESC">Unreachable code</td><td>ui/theme-viewer.c</td><td class="DESC">main</td><td class="Q">903</td><td class="Q">1</td><td><a href="report-6885b9.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-6885b9.html" -->
</tr>
<tr class="bt_unused_code_unreachable_code"><td class="DESC">Unused code</td><td class="DESC">Unreachable code</td><td>core/bell.c</td><td class="DESC">meta_bell_init</td><td class="Q">401</td><td class="Q">1</td><td><a href="report-6a7c12.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-6a7c12.html" -->
</tr>
<tr class="bt_unused_code_unreachable_code"><td class="DESC">Unused code</td><td class="DESC">Unreachable code</td><td>ui/theme.c</td><td class="DESC">meta_image_fill_type_to_string</td><td class="Q">6859</td><td class="Q">1</td><td><a href="report-79e718.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-79e718.html" -->
</tr>
<tr class="bt_unused_code_unreachable_code"><td class="DESC">Unused code</td><td class="DESC">Unreachable code</td><td>ui/theme.c</td><td class="DESC">meta_gtk_shadow_to_string</td><td class="Q">6783</td><td class="Q">1</td><td><a href="report-d1db2e.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-d1db2e.html" -->
</tr>
<tr class="bt_unused_code_unreachable_code"><td class="DESC">Unused code</td><td class="DESC">Unreachable code</td><td>core/bell.c</td><td class="DESC">meta_bell_init</td><td class="Q">409</td><td class="Q">1</td><td><a href="report-ec6e93.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-ec6e93.html" -->
</tr>
<tr class="bt_unused_code_unreachable_code"><td class="DESC">Unused code</td><td class="DESC">Unreachable code</td><td>ui/theme.c</td><td class="DESC">meta_gtk_arrow_to_string</td><td class="Q">6820</td><td class="Q">1</td><td><a href="report-ef49e8.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-ef49e8.html" -->
</tr>
<tr class="bt_logic_error_use_fixed_address"><td class="DESC">Logic error</td><td class="DESC">Use fixed address</td><td>core/main.c</td><td class="DESC">main</td><td class="Q">408</td><td class="Q">3</td><td><a href="report-29575a.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-29575a.html" -->
</tr>
</tbody>
</table>

</body></html>
Loading

0 comments on commit 917454e

Please sign in to comment.