-
-
Notifications
You must be signed in to change notification settings - Fork 367
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
Refactor the <entries> in RzBinPlugin from list to pvector #4118
Conversation
d2bcded
to
7057fe1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Broken tests with errors like those:
[XX] db/formats/pe/exe2pe PE: corkami exe2pe.exe - open and don't parse oob relocs
RZ_NOPLUGINS=1 /home/runner/bin/rizin -escr.utf8=0 -escr.color=0 -escr.interactive=0 -eflirt.sigdb.load.system=false -eflirt.sigdb.load.home=false -N -Qc ir bins/pe/exe2pe.exe
-- stdout
--- expected
+++ actual
@@ -0,3 +0,4 @@
vaddr paddr type name
----------------------
+WARNING: rz_pvector_at: assertion 'vec && index < vec->v.len' failed (line 272)
7057fe1
to
8cf9904
Compare
@PeiweiHu still fails on ASAN builds, but the error is unclear from the logs. I recommend to run it locally to check and see the problem. |
@PeiweiHu Hi! Any progress with this? Would be nice to get this merged before the release (roughly in 2 weeks or so). |
Too busy these days. But I think I can finish this in 2 weeks. |
The output before and after adopting PR is different during the test:
The error is shown as follows. But I don't understand why this PR can cause this....
|
f4279c8
to
917b162
Compare
917b162
to
b289bc4
Compare
Your checklist for this pull request
Detailed description
...
Test plan
CI is green.
Closing issues
partially address #3755
closes #3775