Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2009-05-04 22:51:08 +0400
committerChristopher Faylor <me@cgf.cx>2009-05-04 22:51:08 +0400
commit3227665e1995fe103b31d17fd4a2cddcd6cdde97 (patch)
treedde7eb8a3579cf020ac2c4f57a840f6f4d18329e /winsup/ChangeLog
parent143cb0bed5619b937e66c87bd41dcda7baa39da4 (diff)
* cygcheck.cc (find_app_on_path): Avoid using NULL pointer if find_on_path
doesn't find the app on the path.
Diffstat (limited to 'winsup/ChangeLog')
-rw-r--r--winsup/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/ChangeLog b/winsup/ChangeLog
index 90322944f..6e37e6d91 100644
--- a/winsup/ChangeLog
+++ b/winsup/ChangeLog
@@ -1,3 +1,8 @@
+2009-05-04 Christopher Faylor <me+cygwin@cgf.cx>
+
+ * cygcheck.cc (find_app_on_path): Avoid using NULL pointer if
+ find_on_path doesn't find the app on the path.
+
2009-02-23 Sjors Gielen <mailinglist@dazjorz.com>
* Makefile.in: Add DESTDIR functionality.