REDasm icon indicating copy to clipboard operation
REDasm copied to clipboard

Security problem with relative DT_RUNPATH

Open blshkv opened this issue 5 years ago • 1 comments

"." should not be in the path

scanelf: rpath_security_checks(): Security problem with relative DT_RUNPATH '.' in /var/tmp/portage/dev-util/redasm-2.1.1/image/usr/bin/redasm
scanelf: rpath_security_checks(): Security problem with relative DT_RUNPATH '.' in /var/tmp/portage/dev-util/redasm-2.1.1/image/usr/lib64/LibREDasm.so
strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment -R .GCC.command.line -R .note.gnu.gold-version
   usr/bin/redasm
   usr/lib64/LibREDasm.so
scanelf: rpath_security_checks(): Security problem with relative DT_RUNPATH '.' in /var/tmp/portage/dev-util/redasm-2.1.1/image/usr/bin/redasm
scanelf: rpath_security_checks(): Security problem with relative DT_RUNPATH '.' in /var/tmp/portage/dev-util/redasm-2.1.1/image/usr/lib64/LibREDasm.so

blshkv avatar May 25 '19 08:05 blshkv

https://github.com/REDasmOrg/REDasm/blob/master/CMakeLists.txt#L23

blshkv avatar May 25 '19 08:05 blshkv