| commit | cd46ecad1910fae22c93f02b108e70c4e0a2a8ea | [log] [tgz] |
|---|---|---|
| author | William R. Dieter <william.r.dieter@intel.com> | Fri Aug 25 23:00:08 2023 -0700 |
| committer | Brad King <brad.king@kitware.com> | Fri Sep 08 15:52:09 2023 -0400 |
| tree | 67d06a7cd021e2a9dd7f96544cf1031ac0f149a8 | |
| parent | 91585ad105ff611fbaa507e758a5c9043bb9d142 [diff] |
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>