diff options
author | William R. Dieter <william.r.dieter@intel.com> | 2023-08-26 06:00:08 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-09-08 19:52:09 (GMT) |
commit | cd46ecad1910fae22c93f02b108e70c4e0a2a8ea (patch) | |
tree | 67d06a7cd021e2a9dd7f96544cf1031ac0f149a8 /Source/cmCMakePolicyCommand.h | |
parent | 91585ad105ff611fbaa507e758a5c9043bb9d142 (diff) | |
download | CMake-cd46ecad1910fae22c93f02b108e70c4e0a2a8ea.zip CMake-cd46ecad1910fae22c93f02b108e70c4e0a2a8ea.tar.gz CMake-cd46ecad1910fae22c93f02b108e70c4e0a2a8ea.tar.bz2 |
Debugger: Fix pipe connection error message construction on Windows
Adding an integer to a C string does pointer math, rather than
converting to string. Instead convert the result of `GetLastError` to
string before adding it to the error message.
This problem was accidentally introduced by commit 8b1257e7bf (Debugger:
Replace libuv with platform-specific connection code, 2023-07-29).
Signed-off-by: William R. Dieter <william.r.dieter@intel.com>
Diffstat (limited to 'Source/cmCMakePolicyCommand.h')
0 files changed, 0 insertions, 0 deletions