|
| 1 | +<html> |
| 2 | +<head> |
| 3 | +<title>rootdir - scan-build results</title> |
| 4 | +<link type="text/css" rel="stylesheet" href="scanview.css"/> |
| 5 | +<script src="sorttable.js"></script> |
| 6 | +<script language='javascript' type="text/javascript"> |
| 7 | +function SetDisplay(RowClass, DisplayVal) |
| 8 | +{ |
| 9 | + var Rows = document.getElementsByTagName("tr"); |
| 10 | + for ( var i = 0 ; i < Rows.length; ++i ) { |
| 11 | + if (Rows[i].className == RowClass) { |
| 12 | + Rows[i].style.display = DisplayVal; |
| 13 | + } |
| 14 | + } |
| 15 | +} |
| 16 | + |
| 17 | +function CopyCheckedStateToCheckButtons(SummaryCheckButton) { |
| 18 | + var Inputs = document.getElementsByTagName("input"); |
| 19 | + for ( var i = 0 ; i < Inputs.length; ++i ) { |
| 20 | + if (Inputs[i].type == "checkbox") { |
| 21 | + if(Inputs[i] != SummaryCheckButton) { |
| 22 | + Inputs[i].checked = SummaryCheckButton.checked; |
| 23 | + Inputs[i].onclick(); |
| 24 | + } |
| 25 | + } |
| 26 | + } |
| 27 | +} |
| 28 | + |
| 29 | +function returnObjById( id ) { |
| 30 | + if (document.getElementById) |
| 31 | + var returnVar = document.getElementById(id); |
| 32 | + else if (document.all) |
| 33 | + var returnVar = document.all[id]; |
| 34 | + else if (document.layers) |
| 35 | + var returnVar = document.layers[id]; |
| 36 | + return returnVar; |
| 37 | +} |
| 38 | + |
| 39 | +var NumUnchecked = 0; |
| 40 | + |
| 41 | +function ToggleDisplay(CheckButton, ClassName) { |
| 42 | + if (CheckButton.checked) { |
| 43 | + SetDisplay(ClassName, ""); |
| 44 | + if (--NumUnchecked == 0) { |
| 45 | + returnObjById("AllBugsCheck").checked = true; |
| 46 | + } |
| 47 | + } |
| 48 | + else { |
| 49 | + SetDisplay(ClassName, "none"); |
| 50 | + NumUnchecked++; |
| 51 | + returnObjById("AllBugsCheck").checked = false; |
| 52 | + } |
| 53 | +} |
| 54 | +</script> |
| 55 | +<!-- SUMMARYENDHEAD --> |
| 56 | +</head> |
| 57 | +<body> |
| 58 | +<h1>rootdir - scan-build results</h1> |
| 59 | + |
| 60 | +<table> |
| 61 | +<tr><th>User:</th><td>root@02cd40d9a56c</td></tr> |
| 62 | +<tr><th>Working Directory:</th><td>/rootdir</td></tr> |
| 63 | +<tr><th>Command Line:</th><td>make -j 2</td></tr> |
| 64 | +<tr><th>Clang Version:</th><td>clang version 18.1.8 (Fedora 18.1.8-1.fc40) |
| 65 | +</td></tr> |
| 66 | +<tr><th>Date:</th><td>Tue Sep 24 20:42:48 2024</td></tr> |
| 67 | +</table> |
| 68 | +<h2>Bug Summary</h2><table> |
| 69 | +<thead><tr><td>Bug Type</td><td>Quantity</td><td class="sorttable_nosort">Display?</td></tr></thead> |
| 70 | +<tr style="font-weight:bold"><td class="SUMM_DESC">All Bugs</td><td class="Q">11</td><td><center><input type="checkbox" id="AllBugsCheck" onClick="CopyCheckedStateToCheckButtons(this);" checked/></center></td></tr> |
| 71 | +<tr><th>Logic error</th><th colspan=2></th></tr> |
| 72 | +<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> |
| 73 | +<tr><td class="SUMM_DESC">Out-of-bound access</td><td class="Q">2</td><td><center><input type="checkbox" onClick="ToggleDisplay(this,'bt_logic_error_out-of-bound_access');" checked/></center></td></tr> |
| 74 | +<tr><th>Unused code</th><th colspan=2></th></tr> |
| 75 | +<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> |
| 76 | +<tr><td class="SUMM_DESC">Unreachable code</td><td class="Q">2</td><td><center><input type="checkbox" onClick="ToggleDisplay(this,'bt_unused_code_unreachable_code');" checked/></center></td></tr> |
| 77 | +</table> |
| 78 | +<h2>Reports</h2> |
| 79 | + |
| 80 | +<table class="sortable" style="table-layout:automatic"> |
| 81 | +<thead><tr> |
| 82 | + <td>Bug Group</td> |
| 83 | + <td class="sorttable_sorted">Bug Type<span id="sorttable_sortfwdind"> ▾</span></td> |
| 84 | + <td>File</td> |
| 85 | + <td>Function/Method</td> |
| 86 | + <td class="Q">Line</td> |
| 87 | + <td class="Q">Path Length</td> |
| 88 | + <td class="sorttable_nosort"></td> |
| 89 | + <!-- REPORTBUGCOL --> |
| 90 | +</tr></thead> |
| 91 | +<tbody> |
| 92 | +<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>daemon/daemon.c</td><td class="DESC">notify_daemon_notify_handler</td><td class="Q">1452</td><td class="Q">1</td><td><a href="report-6275aa.html#EndPath">View Report</a></td> |
| 93 | +<!-- REPORTBUG id="report-6275aa.html" --> |
| 94 | +</tr> |
| 95 | +<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>daemon/daemon.c</td><td class="DESC">notify_daemon_notify_handler</td><td class="Q">1448</td><td class="Q">1</td><td><a href="report-c05e5b.html#EndPath">View Report</a></td> |
| 96 | +<!-- REPORTBUG id="report-c05e5b.html" --> |
| 97 | +</tr> |
| 98 | +<tr class="bt_unused_code_dead_assignment"><td class="DESC">Unused code</td><td class="DESC">Dead assignment</td><td>themes/standard/theme.c</td><td class="DESC">create_border_with_arrow</td><td class="Q">470</td><td class="Q">1</td><td><a href="report-0cca72.html#EndPath">View Report</a></td> |
| 99 | +<!-- REPORTBUG id="report-0cca72.html" --> |
| 100 | +</tr> |
| 101 | +<tr class="bt_unused_code_dead_assignment"><td class="DESC">Unused code</td><td class="DESC">Dead assignment</td><td>capplet/mate-notification-properties.c</td><td class="DESC">notification_properties_position_notify</td><td class="Q">80</td><td class="Q">1</td><td><a href="report-0dce24.html#EndPath">View Report</a></td> |
| 102 | +<!-- REPORTBUG id="report-0dce24.html" --> |
| 103 | +</tr> |
| 104 | +<tr class="bt_unused_code_dead_assignment"><td class="DESC">Unused code</td><td class="DESC">Dead assignment</td><td>themes/standard/theme.c</td><td class="DESC">create_border_with_arrow</td><td class="Q">469</td><td class="Q">1</td><td><a href="report-7eef74.html#EndPath">View Report</a></td> |
| 105 | +<!-- REPORTBUG id="report-7eef74.html" --> |
| 106 | +</tr> |
| 107 | +<tr class="bt_unused_code_dead_assignment"><td class="DESC">Unused code</td><td class="DESC">Dead assignment</td><td>themes/standard/theme.c</td><td class="DESC">create_border_with_arrow</td><td class="Q">474</td><td class="Q">1</td><td><a href="report-895ec8.html#EndPath">View Report</a></td> |
| 108 | +<!-- REPORTBUG id="report-895ec8.html" --> |
| 109 | +</tr> |
| 110 | +<tr class="bt_unused_code_dead_assignment"><td class="DESC">Unused code</td><td class="DESC">Dead assignment</td><td>themes/standard/theme.c</td><td class="DESC">create_border_with_arrow</td><td class="Q">475</td><td class="Q">1</td><td><a href="report-e814f4.html#EndPath">View Report</a></td> |
| 111 | +<!-- REPORTBUG id="report-e814f4.html" --> |
| 112 | +</tr> |
| 113 | +<tr class="bt_logic_error_out-of-bound_access"><td class="DESC">Logic error</td><td class="DESC">Out-of-bound access</td><td>themes/standard/theme.c</td><td class="DESC">create_border_with_arrow</td><td class="Q">417</td><td class="Q">37</td><td><a href="report-8642ee.html#EndPath">View Report</a></td> |
| 114 | +<!-- REPORTBUG id="report-8642ee.html" --> |
| 115 | +</tr> |
| 116 | +<tr class="bt_logic_error_out-of-bound_access"><td class="DESC">Logic error</td><td class="DESC">Out-of-bound access</td><td>themes/standard/theme.c</td><td class="DESC">create_border_with_arrow</td><td class="Q">449</td><td class="Q">31</td><td><a href="report-d4cc44.html#EndPath">View Report</a></td> |
| 117 | +<!-- REPORTBUG id="report-d4cc44.html" --> |
| 118 | +</tr> |
| 119 | +<tr class="bt_unused_code_unreachable_code"><td class="DESC">Unused code</td><td class="DESC">Unreachable code</td><td>daemon/daemon.c</td><td class="DESC">do_exit</td><td class="Q">270</td><td class="Q">1</td><td><a href="report-5a015b.html#EndPath">View Report</a></td> |
| 120 | +<!-- REPORTBUG id="report-5a015b.html" --> |
| 121 | +</tr> |
| 122 | +<tr class="bt_unused_code_unreachable_code"><td class="DESC">Unused code</td><td class="DESC">Unreachable code</td><td>themes/standard/theme.c</td><td class="DESC">create_border_with_arrow</td><td class="Q">469</td><td class="Q">1</td><td><a href="report-e651ab.html#EndPath">View Report</a></td> |
| 123 | +<!-- REPORTBUG id="report-e651ab.html" --> |
| 124 | +</tr> |
| 125 | +</tbody> |
| 126 | +</table> |
| 127 | + |
| 128 | +</body></html> |
0 commit comments