[Prism54-devel] [Bug 100] mgt_update_addr(): BUG(): use of uninitialized variable

bugzilla-daemon at mcgrof.com bugzilla-daemon at mcgrof.com
Mon Jul 26 05:34:31 UTC 2004


http://prism54.org/cgi-bin/bugzilla/show_bug.cgi?id=100





------- Additional Comments From vda at port.imtp.ilyichevsk.odessa.ua  2004-07-26 05:34 -------
I checked islpci_mgt_transaction() usage.
Found only one problematic code:

prism54_debug_get_oid():
        struct islpci_mgmtframe *response = NULL;
...
                ret =
                    islpci_mgt_transaction(priv->ndev, PIMFOR_OP_GET,
                                           priv->priv_oid, extra, 256,
                                           &response);
                response_op = response->header->operation;

response can be NULL here. responce_op is unused, can be nuked.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


More information about the Prism54-devel mailing list