<html>
<head>
<title>multipath-tools - 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>multipath-tools - scan-build results</h1>
<table>
<tr><th>User:</th><td>xose@chuchi.micasa.es</td></tr>
<tr><th>Working Directory:</th><td>/home/xose/tmp/multipath-tools</td></tr>
<tr><th>Command Line:</th><td>make -i</td></tr>
<tr><th>Clang Version:</th><td>clang version 3.8.0 (tags/RELEASE_380/final)
</td></tr>
<tr><th>Date:</th><td>Sun Jul 17 10:50:12 2016</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">54</td><td><center><input type="checkbox" id="AllBugsCheck" onClick="CopyCheckedStateToCheckButtons(this);" checked/></center></td></tr>
<tr><th>API</th><th colspan=2></th></tr>
<tr><td class="SUMM_DESC">Argument with 'nonnull' attribute passed null</td><td class="Q">8</td><td><center><input type="checkbox" onClick="ToggleDisplay(this,'bt_api_argument_with_nonnull_attribute_passed_null');" checked/></center></td></tr>
<tr><th>Dead store</th><th colspan=2></th></tr>
<tr><td class="SUMM_DESC">Dead assignment</td><td class="Q">21</td><td><center><input type="checkbox" onClick="ToggleDisplay(this,'bt_dead_store_dead_assignment');" checked/></center></td></tr>
<tr><td class="SUMM_DESC">Dead increment</td><td class="Q">3</td><td><center><input type="checkbox" onClick="ToggleDisplay(this,'bt_dead_store_dead_increment');" checked/></center></td></tr>
<tr><th>Logic error</th><th colspan=2></th></tr>
<tr><td class="SUMM_DESC">Dereference of null pointer</td><td class="Q">16</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">Result of operation is garbage or undefined</td><td class="Q">3</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">Unix API</td><td class="Q">2</td><td><center><input type="checkbox" onClick="ToggleDisplay(this,'bt_logic_error_unix_api');" checked/></center></td></tr>
<tr><th>Unix API</th><th colspan=2></th></tr>
<tr><td class="SUMM_DESC">Undefined allocation of 0 bytes (CERT MEM04-C; CWE-131)</td><td class="Q">1</td><td><center><input type="checkbox" onClick="ToggleDisplay(this,'bt_unix_api_undefined_allocation_of_0_bytes_cert_mem04-c;_cwe-131_');" 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_api_argument_with_nonnull_attribute_passed_null"><td class="DESC">API</td><td class="DESC">Argument with 'nonnull' attribute passed null</td><td>kpartx/devmapper.c</td><td class="DESC">dm_no_partitions</td><td class="Q">361</td><td class="Q">11</td><td><a href="report-bbbe01.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-bbbe01.html" -->
</tr>
<tr class="bt_api_argument_with_nonnull_attribute_passed_null"><td class="DESC">API</td><td class="DESC">Argument with 'nonnull' attribute passed null</td><td>libmultipath/dict.c</td><td class="DESC">set_int</td><td class="Q">33</td><td class="Q">3</td><td><a href="report-92ff39.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-92ff39.html" -->
</tr>
<tr class="bt_api_argument_with_nonnull_attribute_passed_null"><td class="DESC">API</td><td class="DESC">Argument with 'nonnull' attribute passed null</td><td>multipathd/cli_handlers.c</td><td class="DESC">cli_add_path</td><td class="Q">671</td><td class="Q">3</td><td><a href="report-69691a.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-69691a.html" -->
</tr>
<tr class="bt_api_argument_with_nonnull_attribute_passed_null"><td class="DESC">API</td><td class="DESC">Argument with 'nonnull' attribute passed null</td><td>multipathd/cli_handlers.c</td><td class="DESC">cli_add_map</td><td class="Q">711</td><td class="Q">2</td><td><a href="report-d31bc2.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-d31bc2.html" -->
</tr>
<tr class="bt_api_argument_with_nonnull_attribute_passed_null"><td class="DESC">API</td><td class="DESC">Argument with 'nonnull' attribute passed null</td><td>multipathd/cli.c</td><td class="DESC">parse_cmd</td><td class="Q">471</td><td class="Q">2</td><td><a href="report-8af8e5.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-8af8e5.html" -->
</tr>
<tr class="bt_api_argument_with_nonnull_attribute_passed_null"><td class="DESC">API</td><td class="DESC">Argument with 'nonnull' attribute passed null</td><td>libmpathpersist/mpath_persist.c</td><td class="DESC">mpath_prout_rel</td><td class="Q">814</td><td class="Q">44</td><td><a href="report-409838.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-409838.html" -->
</tr>
<tr class="bt_api_argument_with_nonnull_attribute_passed_null"><td class="DESC">API</td><td class="DESC">Argument with 'nonnull' attribute passed null</td><td>multipathd/main.c</td><td class="DESC">uxsock_trigger</td><td class="Q">1032</td><td class="Q">5</td><td><a href="report-18db18.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-18db18.html" -->
</tr>
<tr class="bt_api_argument_with_nonnull_attribute_passed_null"><td class="DESC">API</td><td class="DESC">Argument with 'nonnull' attribute passed null</td><td>multipathd/main.c</td><td class="DESC">uxsock_trigger</td><td class="Q">1027</td><td class="Q">5</td><td><a href="report-e17e98.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-e17e98.html" -->
</tr>
<tr class="bt_dead_store_dead_assignment"><td class="DESC">Dead store</td><td class="DESC">Dead assignment</td><td>libmultipath/structs.c</td><td class="DESC">add_feature</td><td class="Q">574</td><td class="Q">1</td><td><a href="report-0949f4.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-0949f4.html" -->
</tr>
<tr class="bt_dead_store_dead_assignment"><td class="DESC">Dead store</td><td class="DESC">Dead assignment</td><td>libmultipath/discovery.c</td><td class="DESC">parse_vpd_pg83</td><td class="Q">980</td><td class="Q">1</td><td><a href="report-85a2f4.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-85a2f4.html" -->
</tr>
<tr class="bt_dead_store_dead_assignment"><td class="DESC">Dead store</td><td class="DESC">Dead assignment</td><td>libmultipath/callout.c</td><td class="DESC">execute_program</td><td class="Q">107</td><td class="Q">1</td><td><a href="report-e0c379.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-e0c379.html" -->
</tr>
<tr class="bt_dead_store_dead_assignment"><td class="DESC">Dead store</td><td class="DESC">Dead assignment</td><td>libmultipath/callout.c</td><td class="DESC">execute_program</td><td class="Q">86</td><td class="Q">1</td><td><a href="report-e18305.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-e18305.html" -->
</tr>
<tr class="bt_dead_store_dead_assignment"><td class="DESC">Dead store</td><td class="DESC">Dead assignment</td><td>multipathd/cli_handlers.c</td><td class="DESC">cli_add_map</td><td class="Q">729</td><td class="Q">1</td><td><a href="report-06fb6b.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-06fb6b.html" -->
</tr>
<tr class="bt_dead_store_dead_assignment"><td class="DESC">Dead store</td><td class="DESC">Dead assignment</td><td>libmultipath/callout.c</td><td class="DESC">execute_program</td><td class="Q">97</td><td class="Q">1</td><td><a href="report-d3a0af.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-d3a0af.html" -->
</tr>
<tr class="bt_dead_store_dead_assignment"><td class="DESC">Dead store</td><td class="DESC">Dead assignment</td><td>kpartx/kpartx.c</td><td class="DESC">main</td><td class="Q">318</td><td class="Q">1</td><td><a href="report-a0c06e.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-a0c06e.html" -->
</tr>
<tr class="bt_dead_store_dead_assignment"><td class="DESC">Dead store</td><td class="DESC">Dead assignment</td><td>multipathd/main.c</td><td class="DESC">mpath_pr_event_handle</td><td class="Q">2713</td><td class="Q">1</td><td><a href="report-0d3f9b.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-0d3f9b.html" -->
</tr>
<tr class="bt_dead_store_dead_assignment"><td class="DESC">Dead store</td><td class="DESC">Dead assignment</td><td>libmultipath/devmapper.c</td><td class="DESC">dm_suspend_and_flush_map</td><td class="Q">862</td><td class="Q">1</td><td><a href="report-f4795b.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-f4795b.html" -->
</tr>
<tr class="bt_dead_store_dead_assignment"><td class="DESC">Dead store</td><td class="DESC">Dead assignment</td><td>libmpathpersist/mpath_persist.c</td><td class="DESC">send_prout_activepath</td><td class="Q">631</td><td class="Q">1</td><td><a href="report-4821fe.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-4821fe.html" -->
</tr>
<tr class="bt_dead_store_dead_assignment"><td class="DESC">Dead store</td><td class="DESC">Dead assignment</td><td>libmultipath/util.c</td><td class="DESC">devt2devname</td><td class="Q">194</td><td class="Q">1</td><td><a href="report-3e1c89.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-3e1c89.html" -->
</tr>
<tr class="bt_dead_store_dead_assignment"><td class="DESC">Dead store</td><td class="DESC">Dead assignment</td><td>kpartx/kpartx.c</td><td class="DESC">main</td><td class="Q">254</td><td class="Q">1</td><td><a href="report-7d8edc.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-7d8edc.html" -->
</tr>
<tr class="bt_dead_store_dead_assignment"><td class="DESC">Dead store</td><td class="DESC">Dead assignment</td><td>multipathd/main.c</td><td class="DESC">mpath_pr_event_handler_fn</td><td class="Q">2635</td><td class="Q">1</td><td><a href="report-b4f228.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-b4f228.html" -->
</tr>
<tr class="bt_dead_store_dead_assignment"><td class="DESC">Dead store</td><td class="DESC">Dead assignment</td><td>multipathd/main.c</td><td class="DESC">mpath_pr_event_handler_fn</td><td class="Q">2664</td><td class="Q">1</td><td><a href="report-b308f1.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-b308f1.html" -->
</tr>
<tr class="bt_dead_store_dead_assignment"><td class="DESC">Dead store</td><td class="DESC">Dead assignment</td><td>kpartx/kpartx.c</td><td class="DESC">sseek</td><td class="Q">723</td><td class="Q">1</td><td><a href="report-eb48f3.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-eb48f3.html" -->
</tr>
<tr class="bt_dead_store_dead_assignment"><td class="DESC">Dead store</td><td class="DESC">Dead assignment</td><td>libmultipath/checkers/tur.c</td><td class="DESC">libcheck_check</td><td class="Q">345</td><td class="Q">1</td><td><a href="report-56833c.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-56833c.html" -->
</tr>
<tr class="bt_dead_store_dead_assignment"><td class="DESC">Dead store</td><td class="DESC">Dead assignment</td><td>libmpathpersist/mpath_persist.c</td><td class="DESC">mpath_prout_rel</td><td class="Q">793</td><td class="Q">1</td><td><a href="report-cc7af6.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-cc7af6.html" -->
</tr>
<tr class="bt_dead_store_dead_assignment"><td class="DESC">Dead store</td><td class="DESC">Dead assignment</td><td>libmultipath/discovery.c</td><td class="DESC">parse_vpd_pg83</td><td class="Q">965</td><td class="Q">1</td><td><a href="report-ec7b74.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-ec7b74.html" -->
</tr>
<tr class="bt_dead_store_dead_assignment"><td class="DESC">Dead store</td><td class="DESC">Dead assignment</td><td>libmultipath/callout.c</td><td class="DESC">execute_program</td><td class="Q">114</td><td class="Q">1</td><td><a href="report-f0a981.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-f0a981.html" -->
</tr>
<tr class="bt_dead_store_dead_assignment"><td class="DESC">Dead store</td><td class="DESC">Dead assignment</td><td>kpartx/kpartx.c</td><td class="DESC">main</td><td class="Q">316</td><td class="Q">1</td><td><a href="report-7f13e1.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-7f13e1.html" -->
</tr>
<tr class="bt_dead_store_dead_assignment"><td class="DESC">Dead store</td><td class="DESC">Dead assignment</td><td>libmultipath/devmapper.c</td><td class="DESC">dm_suspend_and_flush_map</td><td class="Q">853</td><td class="Q">1</td><td><a href="report-d5b4af.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-d5b4af.html" -->
</tr>
<tr class="bt_dead_store_dead_increment"><td class="DESC">Dead store</td><td class="DESC">Dead increment</td><td>libmultipath/print.c</td><td class="DESC">snprint_multipath_topology</td><td class="Q">1009</td><td class="Q">1</td><td><a href="report-dcfc6e.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-dcfc6e.html" -->
</tr>
<tr class="bt_dead_store_dead_increment"><td class="DESC">Dead store</td><td class="DESC">Dead increment</td><td>multipathd/main.c</td><td class="DESC">main</td><td class="Q">2580</td><td class="Q">1</td><td><a href="report-49786d.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-49786d.html" -->
</tr>
<tr class="bt_dead_store_dead_increment"><td class="DESC">Dead store</td><td class="DESC">Dead increment</td><td>multipathd/cli_handlers.c</td><td class="DESC">cli_list_wildcards</td><td class="Q">404</td><td class="Q">1</td><td><a href="report-98e362.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-98e362.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>libmultipath/pgpolicies.c</td><td class="DESC">group_by_prio</td><td class="Q">332</td><td class="Q">5</td><td><a href="report-1b3fca.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-1b3fca.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>libmultipath/dmparser.c</td><td class="DESC">disassemble_status</td><td class="Q">518</td><td class="Q">20</td><td><a href="report-7b472f.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-7b472f.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>libmultipath/dmparser.c</td><td class="DESC">disassemble_status</td><td class="Q">584</td><td class="Q">70</td><td><a href="report-f4166f.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-f4166f.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>libmultipath/parser.c</td><td class="DESC">_install_keyword</td><td class="Q">85</td><td class="Q">4</td><td><a href="report-2e6a51.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-2e6a51.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>libmultipath/dmparser.c</td><td class="DESC">disassemble_status</td><td class="Q">515</td><td class="Q">20</td><td><a href="report-3e71e6.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-3e71e6.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>multipathd/main.c</td><td class="DESC">followover_should_failback</td><td class="Q">1320</td><td class="Q">3</td><td><a href="report-0164c3.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-0164c3.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>libmultipath/configure.c</td><td class="DESC">group_by_host_adapter</td><td class="Q">79</td><td class="Q">18</td><td><a href="report-068e65.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-068e65.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>libmultipath/dmparser.c</td><td class="DESC">disassemble_status</td><td class="Q">512</td><td class="Q">20</td><td><a href="report-fa3e31.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-fa3e31.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>libmultipath/dmparser.c</td><td class="DESC">disassemble_status</td><td class="Q">521</td><td class="Q">20</td><td><a href="report-65a9fb.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-65a9fb.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>libmultipath/dmparser.c</td><td class="DESC">disassemble_status</td><td class="Q">567</td><td class="Q">67</td><td><a href="report-ef0735.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-ef0735.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>libmultipath/pgpolicies.c</td><td class="DESC">group_by_prio</td><td class="Q">323</td><td class="Q">12</td><td><a href="report-c1c677.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-c1c677.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>libmultipath/parser.c</td><td class="DESC">_install_keyword</td><td class="Q">88</td><td class="Q">4</td><td><a href="report-04a7e8.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-04a7e8.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>libmultipath/dmparser.c</td><td class="DESC">disassemble_status</td><td class="Q">570</td><td class="Q">67</td><td><a href="report-b2fe12.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-b2fe12.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>libmultipath/parser.c</td><td class="DESC">process_stream</td><td class="Q">493</td><td class="Q">10</td><td><a href="report-e77cf9.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-e77cf9.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>multipathd/main.c</td><td class="DESC">enable_group</td><td class="Q">1279</td><td class="Q">3</td><td><a href="report-e2fc78.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-e2fc78.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>multipath/main.c</td><td class="DESC">main</td><td class="Q">530</td><td class="Q">16</td><td><a href="report-d2ef49.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-d2ef49.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>multipath/main.c</td><td class="DESC">main</td><td class="Q">643</td><td class="Q">8</td><td><a href="report-c204d6.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-c204d6.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>multipath/main.c</td><td class="DESC">main</td><td class="Q">636</td><td class="Q">10</td><td><a href="report-0c657c.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-0c657c.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>multipath/main.c</td><td class="DESC">main</td><td class="Q">732</td><td class="Q">11</td><td><a href="report-eca598.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-eca598.html" -->
</tr>
<tr class="bt_unix_api_undefined_allocation_of_0_bytes_cert_mem04-c;_cwe-131_"><td class="DESC">Unix API</td><td class="DESC">Undefined allocation of 0 bytes (CERT MEM04-C; CWE-131)</td><td>multipathd/cli_handlers.c</td><td class="DESC">show_maps_json</td><td class="Q">186</td><td class="Q">5</td><td><a href="report-db0862.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-db0862.html" -->
</tr>
<tr class="bt_logic_error_unix_api"><td class="DESC">Logic error</td><td class="DESC">Unix API</td><td>libmultipath/discovery.c</td><td class="DESC">get_uid</td><td class="Q">1577</td><td class="Q">6</td><td><a href="report-d2b0f8.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-d2b0f8.html" -->
</tr>
<tr class="bt_logic_error_unix_api"><td class="DESC">Logic error</td><td class="DESC">Unix API</td><td>libmultipath/parser.c</td><td class="DESC">process_stream</td><td class="Q">493</td><td class="Q">10</td><td><a href="report-3990cf.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-3990cf.html" -->
</tr>
</tbody>
</table>
</body></html>