In some cases when calculating path lengths or comparing paths "/proc" is used without a trailing /. This results in a off-by-one errors for string buffers which could result in a buffer overrun and a failure to correctly identify proc paths passed in via --map-mount.
In some cases when calculating path lengths or comparing paths "/proc" is used without a trailing /. This results in a off-by-one errors for string buffers which could result in a buffer overrun and a failure to correctly identify proc paths passed in via --map-mount.