Skip to content

Commit

Permalink
Deploy mate-desktop/mate-terminal to github.com/mate-desktop/mate-ter…
Browse files Browse the repository at this point in the history
…minal.git:gh-pages
  • Loading branch information
raveit65 (via Travis CI) committed Sep 10, 2023
0 parents commit be64f3b
Show file tree
Hide file tree
Showing 596 changed files with 1,160,423 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,169 @@
<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@9869352b69fc</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.4 (Fedora 16.0.4-1.fc38)
</td></tr>
<tr><th>Date:</th><td>Thu Jun 1 18:53:50 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">24</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">Branch condition evaluates to a garbage value</td><td class="Q">1</td><td><center><input type="checkbox" onClick="ToggleDisplay(this,'bt_logic_error_branch_condition_evaluates_to_a_garbage_value');" checked/></center></td></tr>
<tr><td class="SUMM_DESC">Cast from non-struct type to struct type</td><td class="Q">15</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><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">4</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">3</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">Unreachable code</td><td class="Q">1</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_branch_condition_evaluates_to_a_garbage_value"><td class="DESC">Logic error</td><td class="DESC">Branch condition evaluates to a garbage value</td><td>terminal-window.c</td><td class="DESC">confirm_close_window_or_tab</td><td class="Q">3623</td><td class="Q">9</td><td><a href="report-eb3cb1.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-eb3cb1.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>terminal-profile.c</td><td class="DESC">terminal_profile_gsettings_notify_cb</td><td class="Q">607</td><td class="Q">1</td><td><a href="report-092d31.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-092d31.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>terminal-app.c</td><td class="DESC">terminal_app_profile_list_notify_cb</td><td class="Q">817</td><td class="Q">1</td><td><a href="report-20669e.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-20669e.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>terminal-app.c</td><td class="DESC">terminal_app_system_font_notify_cb</td><td class="Q">1043</td><td class="Q">1</td><td><a href="report-215a71.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-215a71.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>terminal-app.c</td><td class="DESC">terminal_app_default_profile_notify_cb</td><td class="Q">935</td><td class="Q">1</td><td><a href="report-2b0dd9.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-2b0dd9.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>terminal-profile.c</td><td class="DESC">terminal_profile_gsettings_notify_cb</td><td class="Q">650</td><td class="Q">1</td><td><a href="report-3c2acf.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-3c2acf.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>terminal-profile.c</td><td class="DESC">terminal_profile_gsettings_notify_cb</td><td class="Q">600</td><td class="Q">1</td><td><a href="report-49a7b3.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-49a7b3.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>terminal-profile.c</td><td class="DESC">terminal_profile_gsettings_notify_cb</td><td class="Q">641</td><td class="Q">1</td><td><a href="report-792baf.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-792baf.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>terminal-app.c</td><td class="DESC">terminal_app_profile_list_notify_cb</td><td class="Q">816</td><td class="Q">1</td><td><a href="report-80c412.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-80c412.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>terminal-accels.c</td><td class="DESC">keys_change_notify</td><td class="Q">541</td><td class="Q">1</td><td><a href="report-86ff44.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-86ff44.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>terminal-accels.c</td><td class="DESC">binding_from_value</td><td class="Q">656</td><td class="Q">1</td><td><a href="report-8ae438.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-8ae438.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>terminal-profile.c</td><td class="DESC">terminal_profile_gsettings_notify_cb</td><td class="Q">649</td><td class="Q">1</td><td><a href="report-8c30a3.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-8c30a3.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">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_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>terminal-app.c</td><td class="DESC">terminal_app_encoding_list_notify_cb</td><td class="Q">999</td><td class="Q">1</td><td><a href="report-d040d4.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-d040d4.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>terminal-profile.c</td><td class="DESC">terminal_profile_gsettings_notify_cb</td><td class="Q">648</td><td class="Q">1</td><td><a href="report-d2e905.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-d2e905.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>skey/md4.c</td><td class="DESC">MD4Keycrunch</td><td class="Q">276</td><td class="Q">1</td><td><a href="report-8c7a76.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-8c7a76.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>skey/md5.c</td><td class="DESC">MD5Keycrunch</td><td class="Q">27</td><td class="Q">1</td><td><a href="report-959831.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-959831.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>skey/btoe.c</td><td class="DESC">btoe</td><td class="Q">263</td><td class="Q">1</td><td><a href="report-e22eee.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-e22eee.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>skey/sha1.c</td><td class="DESC">SHA1Keycrunch</td><td class="Q">53</td><td class="Q">1</td><td><a href="report-f1a256.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-f1a256.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>skey/sha1.c</td><td class="DESC">SHA1Keycrunch</td><td class="Q">51</td><td class="Q">1</td><td><a href="report-a2885e.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-a2885e.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>skey/md5.c</td><td class="DESC">MD5Keycrunch</td><td class="Q">25</td><td class="Q">1</td><td><a href="report-b430a1.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-b430a1.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>skey/md4.c</td><td class="DESC">MD4Keycrunch</td><td class="Q">274</td><td class="Q">1</td><td><a href="report-cbf846.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-cbf846.html" -->
</tr>
<tr class="bt_unused_code_unreachable_code"><td class="DESC">Unused code</td><td class="DESC">Unreachable code</td><td>terminal-profile.c</td><td class="DESC">terminal_profile_property_locked</td><td class="Q">1579</td><td class="Q">1</td><td><a href="report-c21a0f.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-c21a0f.html" -->
</tr>
</tbody>
</table>

</body></html>
Loading

0 comments on commit be64f3b

Please sign in to comment.