Page MenuHomeFreeBSD

D49530.diff
No OneTemporary

D49530.diff

diff --git a/sys/dev/ipmi/ipmi_opal.c b/sys/dev/ipmi/ipmi_opal.c
--- a/sys/dev/ipmi/ipmi_opal.c
+++ b/sys/dev/ipmi/ipmi_opal.c
@@ -93,6 +93,7 @@
opal_call(OPAL_POLL_EVENTS, NULL);
err = opal_call(OPAL_IPMI_RECV, sc->sc_interface,
vtophys(sc->sc_msg), vtophys(msg_len));
+ *msg_len = be64toh(*msg_len);
if (err != OPAL_EMPTY)
break;

File Metadata

Mime Type
text/plain
Expires
Sat, Jan 31, 4:17 PM (17 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28124984
Default Alt Text
D49530.diff (356 B)

Event Timeline