-
-
Notifications
You must be signed in to change notification settings - Fork 35
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/mate-session-manager to github.com/mate-desktop/m…
…ate-session-manager.git:gh-pages
- Loading branch information
0 parents
commit 6f0a690
Showing
592 changed files
with
963,915 additions
and
0 deletions.
There are no files selected for viewing
173 changes: 173 additions & 0 deletions
173
2023-08-19-143724-5816-1@6d88526a0115_autostart/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,173 @@ | ||
<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@0b9808982acc</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>Sat Aug 19 14:37: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">25</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">2</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">Dereference of undefined pointer value</td><td class="Q">1</td><td><center><input type="checkbox" onClick="ToggleDisplay(this,'bt_logic_error_dereference_of_undefined_pointer_value');" 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">Uninitialized argument value</td><td class="Q">1</td><td><center><input type="checkbox" onClick="ToggleDisplay(this,'bt_logic_error_uninitialized_argument_value');" 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">5</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">14</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"> ▾</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>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>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>mate-session/gsm-consolekit.c</td><td class="DESC">get_current_seat_id</td><td class="Q">675</td><td class="Q">1</td><td><a href="report-1f1edf.html#EndPath">View Report</a></td> | ||
<!-- REPORTBUG id="report-1f1edf.html" --> | ||
</tr> | ||
<tr class="bt_unused_code_dead_assignment"><td class="DESC">Unused code</td><td class="DESC">Dead assignment</td><td>mate-session/gsm-logout-dialog.c</td><td class="DESC">gsm_logout_supports_system_suspend</td><td class="Q">197</td><td class="Q">1</td><td><a href="report-37d955.html#EndPath">View Report</a></td> | ||
<!-- REPORTBUG id="report-37d955.html" --> | ||
</tr> | ||
<tr class="bt_unused_code_dead_assignment"><td class="DESC">Unused code</td><td class="DESC">Dead assignment</td><td>mate-session/gsm-logout-dialog.c</td><td class="DESC">gsm_logout_supports_system_hibernate</td><td class="Q">211</td><td class="Q">1</td><td><a href="report-615882.html#EndPath">View Report</a></td> | ||
<!-- REPORTBUG id="report-615882.html" --> | ||
</tr> | ||
<tr class="bt_unused_code_dead_assignment"><td class="DESC">Unused code</td><td class="DESC">Dead assignment</td><td>mate-session/main.c</td><td class="DESC">signal_cb</td><td class="Q">441</td><td class="Q">1</td><td><a href="report-f291f4.html#EndPath">View Report</a></td> | ||
<!-- REPORTBUG id="report-f291f4.html" --> | ||
</tr> | ||
<tr class="bt_unused_code_dead_assignment"><td class="DESC">Unused code</td><td class="DESC">Dead assignment</td><td>mate-session/gsm-manager.c</td><td class="DESC">maybe_restart_user_bus</td><td class="Q">919</td><td class="Q">1</td><td><a href="report-fc5e64.html#EndPath">View Report</a></td> | ||
<!-- REPORTBUG id="report-fc5e64.html" --> | ||
</tr> | ||
<tr class="bt_logic_error_dereference_of_undefined_pointer_value"><td class="DESC">Logic error</td><td class="DESC">Dereference of undefined pointer value</td><td>capplet/gsm-app-dialog.c</td><td class="DESC">gsm_app_dialog_run</td><td class="Q">576</td><td class="Q">10</td><td><a href="report-7c304e.html#EndPath">View Report</a></td> | ||
<!-- REPORTBUG id="report-7c304e.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>mate-session/main.c</td><td class="DESC">require_dbus_session</td><td class="Q">521</td><td class="Q">15</td><td><a href="report-3d2264.html#EndPath">View Report</a></td> | ||
<!-- REPORTBUG id="report-3d2264.html" --> | ||
</tr> | ||
<tr class="bt_logic_error_uninitialized_argument_value"><td class="DESC">Logic error</td><td class="DESC">Uninitialized argument value</td><td>capplet/gsm-app-dialog.c</td><td class="DESC">gsm_app_dialog_run</td><td class="Q">583</td><td class="Q">12</td><td><a href="report-27b446.html#EndPath">View Report</a></td> | ||
<!-- REPORTBUG id="report-27b446.html" --> | ||
</tr> | ||
<tr class="bt_unused_code_unreachable_code"><td class="DESC">Unused code</td><td class="DESC">Unreachable code</td><td>capplet/main.c</td><td class="DESC">main</td><td class="Q">89</td><td class="Q">1</td><td><a href="report-0bc662.html#EndPath">View Report</a></td> | ||
<!-- REPORTBUG id="report-0bc662.html" --> | ||
</tr> | ||
<tr class="bt_unused_code_unreachable_code"><td class="DESC">Unused code</td><td class="DESC">Unreachable code</td><td>tools/mate-session-save.c</td><td class="DESC">main</td><td class="Q">275</td><td class="Q">1</td><td><a href="report-156f0d.html#EndPath">View Report</a></td> | ||
<!-- REPORTBUG id="report-156f0d.html" --> | ||
</tr> | ||
<tr class="bt_unused_code_unreachable_code"><td class="DESC">Unused code</td><td class="DESC">Unreachable code</td><td>tools/mate-session-save.c</td><td class="DESC">main</td><td class="Q">229</td><td class="Q">1</td><td><a href="report-16cb4d.html#EndPath">View Report</a></td> | ||
<!-- REPORTBUG id="report-16cb4d.html" --> | ||
</tr> | ||
<tr class="bt_unused_code_unreachable_code"><td class="DESC">Unused code</td><td class="DESC">Unreachable code</td><td>tools/mate-session-save.c</td><td class="DESC">main</td><td class="Q">254</td><td class="Q">1</td><td><a href="report-1f463e.html#EndPath">View Report</a></td> | ||
<!-- REPORTBUG id="report-1f463e.html" --> | ||
</tr> | ||
<tr class="bt_unused_code_unreachable_code"><td class="DESC">Unused code</td><td class="DESC">Unreachable code</td><td>tools/mate-session-save.c</td><td class="DESC">main</td><td class="Q">259</td><td class="Q">1</td><td><a href="report-4cf1eb.html#EndPath">View Report</a></td> | ||
<!-- REPORTBUG id="report-4cf1eb.html" --> | ||
</tr> | ||
<tr class="bt_unused_code_unreachable_code"><td class="DESC">Unused code</td><td class="DESC">Unreachable code</td><td>tools/mate-session-save.c</td><td class="DESC">main</td><td class="Q">279</td><td class="Q">1</td><td><a href="report-5ded7d.html#EndPath">View Report</a></td> | ||
<!-- REPORTBUG id="report-5ded7d.html" --> | ||
</tr> | ||
<tr class="bt_unused_code_unreachable_code"><td class="DESC">Unused code</td><td class="DESC">Unreachable code</td><td>mate-session/mdm-signal-handler.c</td><td class="DESC">signal_handler</td><td class="Q">279</td><td class="Q">1</td><td><a href="report-836628.html#EndPath">View Report</a></td> | ||
<!-- REPORTBUG id="report-836628.html" --> | ||
</tr> | ||
<tr class="bt_unused_code_unreachable_code"><td class="DESC">Unused code</td><td class="DESC">Unreachable code</td><td>tools/mate-session-check-accelerated-gl-helper.c</td><td class="DESC">main</td><td class="Q">505</td><td class="Q">1</td><td><a href="report-88d32f.html#EndPath">View Report</a></td> | ||
<!-- REPORTBUG id="report-88d32f.html" --> | ||
</tr> | ||
<tr class="bt_unused_code_unreachable_code"><td class="DESC">Unused code</td><td class="DESC">Unreachable code</td><td>mate-session/gsm-manager.c</td><td class="DESC">gsm_manager_new</td><td class="Q">2924</td><td class="Q">1</td><td><a href="report-a80670.html#EndPath">View Report</a></td> | ||
<!-- REPORTBUG id="report-a80670.html" --> | ||
</tr> | ||
<tr class="bt_unused_code_unreachable_code"><td class="DESC">Unused code</td><td class="DESC">Unreachable code</td><td>tools/mate-session-check-accelerated-gl-helper.c</td><td class="DESC">main</td><td class="Q">462</td><td class="Q">1</td><td><a href="report-bd4e55.html#EndPath">View Report</a></td> | ||
<!-- REPORTBUG id="report-bd4e55.html" --> | ||
</tr> | ||
<tr class="bt_unused_code_unreachable_code"><td class="DESC">Unused code</td><td class="DESC">Unreachable code</td><td>tools/mate-session-save.c</td><td class="DESC">main</td><td class="Q">283</td><td class="Q">1</td><td><a href="report-cd0613.html#EndPath">View Report</a></td> | ||
<!-- REPORTBUG id="report-cd0613.html" --> | ||
</tr> | ||
<tr class="bt_unused_code_unreachable_code"><td class="DESC">Unused code</td><td class="DESC">Unreachable code</td><td>tools/mate-session-save.c</td><td class="DESC">main</td><td class="Q">271</td><td class="Q">1</td><td><a href="report-d9bc25.html#EndPath">View Report</a></td> | ||
<!-- REPORTBUG id="report-d9bc25.html" --> | ||
</tr> | ||
<tr class="bt_unused_code_unreachable_code"><td class="DESC">Unused code</td><td class="DESC">Unreachable code</td><td>tools/mate-session-check-accelerated-gl-helper.c</td><td class="DESC">main</td><td class="Q">508</td><td class="Q">1</td><td><a href="report-e4efad.html#EndPath">View Report</a></td> | ||
<!-- REPORTBUG id="report-e4efad.html" --> | ||
</tr> | ||
<tr class="bt_unused_code_unreachable_code"><td class="DESC">Unused code</td><td class="DESC">Unreachable code</td><td>tools/mate-session-check-accelerated-gles-helper.c</td><td class="DESC">main</td><td class="Q">223</td><td class="Q">1</td><td><a href="report-f05804.html#EndPath">View Report</a></td> | ||
<!-- REPORTBUG id="report-f05804.html" --> | ||
</tr> | ||
<tr class="bt_logic_error_use_fixed_address"><td class="DESC">Logic error</td><td class="DESC">Use fixed address</td><td>mate-session/main.c</td><td class="DESC">main</td><td class="Q">631</td><td class="Q">3</td><td><a href="report-abdc03.html#EndPath">View Report</a></td> | ||
<!-- REPORTBUG id="report-abdc03.html" --> | ||
</tr> | ||
</tbody> | ||
</table> | ||
|
||
</body></html> |
Oops, something went wrong.