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

io: return error when reading/writing to unmapped memory #3323

Merged
merged 12 commits into from
Feb 11, 2023
Merged

Commits on Jan 24, 2023

  1. Configuration menu
    Copy the full SHA
    92f0c14 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. io: on_map_skyline returns false when nothing was done

    Before this commit on_map_skyline returned true even when the callback
    was not called on any part of the skyline. In other words,
    reading/writing to an unmapped memory returned true.
    
    This commit changes the behaviour to return false in those cases.
    ret2libc committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    366a784 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Configuration menu
    Copy the full SHA
    70fe7c1 View commit details
    Browse the repository at this point in the history
  2. io: on_map_skyline returns false when nothing was done

    Before this commit on_map_skyline returned true even when the callback
    was not called on any part of the skyline. In other words,
    reading/writing to an unmapped memory returned true.
    
    This commit changes the behaviour to return false in those cases.
    ret2libc committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    f906d99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9452404 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Fix io

    ret2libc committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    8d37b5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58df9e4 View commit details
    Browse the repository at this point in the history
  3. use o malloc

    ret2libc committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    8eb475f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    73f2946 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Revert "Revert "analysis/esil: mem_read/mem_write were alway returnin…

    …g true""
    
    This reverts commit 58df9e4.
    ret2libc committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    882870c View commit details
    Browse the repository at this point in the history
  2. librz: Deal with seek errors

    ret2libc committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    16ad572 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0366b1f View commit details
    Browse the repository at this point in the history