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

Fix NULL pointer dereference in data references analyzer #13178

Merged
merged 1 commit into from Feb 23, 2019
Merged

Fix NULL pointer dereference in data references analyzer #13178

merged 1 commit into from Feb 23, 2019

Conversation

edigaryev
Copy link
Contributor

Data references analyzer assumes that each function reference maps
to a certain section, but this is not the case for raw binary files
like shellcodes/firmware images/etc.

This bug was introduced in #10117.

Data references analyzer assumes that each function reference maps
to a certain section, but this is not the case for raw binary files
like shellcodes/firmware images/etc.

This bug was introduced in #10117.
@codecov-io
Copy link

Codecov Report

Merging #13178 into master will not change coverage.
The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #13178   +/-   ##
=======================================
  Coverage   36.52%   36.52%           
=======================================
  Files         915      915           
  Lines      295907   295907           
=======================================
  Hits       108073   108073           
  Misses     187834   187834
Impacted Files Coverage Δ
libr/core/canal.c 53.18% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d4becbd...65e0d2e. Read the comment docs.

@radare radare merged commit 65360dd into radareorg:master Feb 23, 2019
@edigaryev edigaryev deleted the fix-aga-null-dereference branch February 23, 2019 09:52
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.

None yet

3 participants