AdaCore / gprbuild

GPRbuild is an advanced build system designed to help automate the construction of multi-language systems.
Other
65 stars 21 forks source link

Update gpr-util.adb #110

Closed atupone closed 2 years ago

atupone commented 2 years ago

Fix Concat_Paths by not adding an extra separator at the end. On its use, while concatenating run_path, it was adding a null DT_RUNPATH. That is signaled as a security problem (I think can be used to load shared libraries from the current path so could change the behaviour of a program)

anisimkov commented 2 years ago

This fix is implemented a bit different.

atupone commented 2 years ago

I agree on the change. I did not like mine