secure-software-engineering / phasar

A LLVM-based static analysis framework.
Other
939 stars 142 forks source link

added missing LD_LIBRARY_PATH export to nested folder #485

Closed janniclas closed 2 years ago

janniclas commented 2 years ago

This fixes a runtime error caused by a missing path entry.

closes https://github.com/secure-software-engineering/phasar/issues/484 .