Skip to content
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

Potential crash with a VMA & LMA different address in the binary ELF #5

Open
djipi opened this issue Mar 25, 2023 · 2 comments
Open
Assignees
Labels
bug Something isn't working S1

Comments

@djipi
Copy link
Owner

djipi commented Mar 25, 2023

Crash will occur 100% if the VMA points in RAM and the .text/.data section located in ROM.

@djipi djipi added bug Something isn't working S1 labels Mar 25, 2023
@djipi djipi self-assigned this Mar 25, 2023
@djipi
Copy link
Owner Author

djipi commented Mar 27, 2023

A discussion linked to this issue is set at https://github.com/djipi/VB/discussions/4.

@djipi
Copy link
Owner Author

djipi commented Apr 11, 2023

Problem appears at the ELF loader, it uses the VMA information instead of the LMA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working S1
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant