diff options
Diffstat (limited to 'winsup/cygwin/path.cc')
-rw-r--r-- | winsup/cygwin/path.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/path.cc b/winsup/cygwin/path.cc index 9321a9b32..055aa1986 100644 --- a/winsup/cygwin/path.cc +++ b/winsup/cygwin/path.cc @@ -572,7 +572,7 @@ path_conv::check (const char *src, unsigned opt, int component = 0; // Number of translated components sym.contents[0] = '\0'; - int symlen; + int symlen = 0; for (;;) { const suffix_info *suff; |