BinaryAnalysisPlatform / bap

Binary Analysis Platform
MIT License
2.07k stars 273 forks source link

Fix alloc size when passing `--run-env` #1557

Closed bmourad01 closed 2 years ago

bmourad01 commented 2 years ago

A typo made it so that we didn't allocate enough space for the environ table.

ivg commented 2 years ago

Thanks, I remember I had problems with environment variables not working properly, but I didn't have time to investigate it then. Now it explains why they didn't work!