summaryrefslogtreecommitdiffstats
path: root/Source/cmTargetSourcesCommand.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-02-01 14:49:08 (GMT)
committerBrad King <brad.king@kitware.com>2016-02-01 15:05:10 (GMT)
commit6ffc4323670f3671f262b3e9f035f1ea3f714986 (patch)
tree4058de83fa61e55afe5b841534f4b268a97a758e /Source/cmTargetSourcesCommand.h
parent656768cffe981e02f12fe51d6723d21176a46329 (diff)
downloadCMake-6ffc4323670f3671f262b3e9f035f1ea3f714986.zip
CMake-6ffc4323670f3671f262b3e9f035f1ea3f714986.tar.gz
CMake-6ffc4323670f3671f262b3e9f035f1ea3f714986.tar.bz2
cmConditionEvaluator: Fix matching of `CMAKE_MATCH_*` values (#15944)
While evaluating `if(MATCHES)` we get a `const char*` pointer to the string to be matched. On code like if(CMAKE_MATCH_COUNT MATCHES "Y") the string to be matched may be owned by our own result variables. We must move the value to our own buffer before clearing them. Otherwise we risk reading freed storage.
Diffstat (limited to 'Source/cmTargetSourcesCommand.h')
0 files changed, 0 insertions, 0 deletions