Commit 04c3bef
committed
validate-bundle: read the page-offset window from its current path
guaranteed_sig built its signature from .layout.virt_page_offset_min and
_max, fields the JSON does not emit -- the page-offset guaranteed window
lives at .kaslr.memory_kaslr.virt_page_offset_base. Both resolved to null
every run, so --perturb never covered movement of the page-offset window;
only the text and phys fields it also reads were exercised.
Read the window from its actual path so the signature includes it.1 parent c7e3f9f commit 04c3bef
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | | - | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
| |||
0 commit comments