Commit 790cb79
committed
fix(UhyveIfVersion): assume big endian encoding
hermit-entry was modified against a local version of uhyve-interface
that did not have the big endian change, but this change was not sent
upstream to Uhyve as well. `from_ne_bytes`, which would use the host's
endianness (following the same logic of the rest of the big endian
support) is therefore wrong. Unfortunately, this was not caught before
Hermit's 0.12.0 release.
This change uses big endian for the Uhyve interface version number,
in line with the preexisting code in uhyve-interface.1 parent 18b2d71 commit 790cb79
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | | - | |
| 176 | + | |
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
| |||
0 commit comments