https://github.com/Kitware/CMake
Revision 75e8af3354c42ce42abb4bece351fe1a8b99d96a authored by Brad King on 27 March 2018, 12:18:47 UTC, committed by Brad King on 27 March 2018, 12:46:20 UTC
When checking for a Windows-style leading path, do not read past the
null terminator.

Issue: #17854
1 parent 6b9172d
Raw File
Tip revision: 75e8af3354c42ce42abb4bece351fe1a8b99d96a authored by Brad King on 27 March 2018, 12:18:47 UTC
cmSystemTools: Fix ParseArguments out-of-bounds read
Tip revision: 75e8af3
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top