Skip to content

Fixes to recent changes to Postmortem. #8925

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 16, 2023

Conversation

mhightower83
Copy link
Contributor

Fixes to recent changes to Postmortem.

Fix for dangerous relocation: j: cannot encode
To cover large jump offsets, use relaxed jump (J.L) in __wrap_system_restart_local.

Add check that epc1 is a valid code address before reading.

Should resolve:

Use relaxed jump in`__wrap_system_restart_local`.

Add check that epc1 is a valid code address before reading.
@everslick
Copy link
Contributor

I can happily confirm, that your PR fixes my problem. Thank you very much!!!

@everslick
Copy link
Contributor

Could somebody with write access please look into and merge this PR? I'd like to bring our build environment up-to-date with master and for now I'm a little bit blocked with moving forward. But pls, don't abort your vacation for this! ;-)

@mcspr mcspr merged commit 521ae60 into esp8266:master Jun 16, 2023
@mhightower83 mhightower83 deleted the pr-fix-pc-valid-j-long branch June 16, 2023 17:22
hasenradball pushed a commit to hasenradball/Arduino that referenced this pull request Nov 18, 2024
Fixes to recent changes to Postmortem to cover large jump offsets, use relaxed jump (J.L) in __wrap_system_restart_local.
Also add check that epc1 is a valid code address before reading.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants