]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: commune_process: don't use IsBadStringPtr
authorCorinna Vinschen <corinna@vinschen.de>
Wed, 31 Jan 2024 18:41:25 +0000 (19:41 +0100)
committerCorinna Vinschen <corinna@vinschen.de>
Wed, 31 Jan 2024 19:11:58 +0000 (20:11 +0100)
commit61fd8702969da82a8f086e9b9aaa26fc068926c0
tree6e2a063e110a7b34a135288edcab00b81bb1f8c7
parentb2476bc5232246278bc6a40e812785270bccb668
Cygwin: commune_process: don't use IsBadStringPtr

IsBadStringPtr is deprecated and just gives a wrong sense
of memory safety.  Replace with check for NULL pointer.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
winsup/cygwin/pinfo.cc
This page took 0.031358 seconds and 5 git commands to generate.