Skip to content

Commit 4622c47

Browse files
committed
fixed issue with reboot panic
1 parent eb435c8 commit 4622c47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

decoder/decoder/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ fn main() {
205205
// if we randomize up to 100 KiB gap in text, we have a margin of error of 32 KiB
206206
// text aslr disabled
207207
//let textoffset = gen_addr(0, 0x19000, &mut rng);
208-
let textoffset = 4;
208+
let textoffset = 8;
209209
let rodataoffset = 0;
210210
// this random offset is a bit small since it impacts final binary size
211211
// don't want to waste too much space on that, since stack_start randomization already affects data placements

0 commit comments

Comments
 (0)