We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b44ecfd commit cd61f19Copy full SHA for cd61f19
decoder/decoder/build.rs
@@ -208,7 +208,9 @@ fn main() {
208
// if we randomize up to 100 KiB gap in text, we have a margin of error of 32 KiB
209
// text aslr disabled
210
//let textoffset = gen_addr(0, 0x19000, &mut rng);
211
- let textoffset = 0;
+ // 0: lock up
212
+ // 4: panic
213
+ let textoffset = 8;
214
let rodataoffset = 0;
215
// this random offset is a bit small since it impacts final binary size
216
// don't want to waste too much space on that, since stack_start randomization already affects data placements
0 commit comments