commit | 638f169b1e2aefe02d3c2444faa6db624d52a674 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Sun Jan 17 16:32:32 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sun Jan 17 16:32:32 1999 +0000 |
tree | fe24d43ed3f0e3e1ac52e6ebe15bb591ae16d655 | |
parent | 7a2f5019afba52c77f5d9115cf829001a826b339 [diff] [blame] |
Recovery of release 990110 after disk crash. See Changelog for changes between 990103 and 990110.
diff --git a/misc/registry.c b/misc/registry.c index 2f53228..e8f22e2 100644 --- a/misc/registry.c +++ b/misc/registry.c
@@ -831,6 +831,12 @@ *ws++=*((unsigned char*)s++); else { s++; + if (!*s) { + /* Dangling \ ... may only happen if a registry + * write was short. FIXME: What do to? + */ + break; + } if (*s=='\\') { *ws++='\\'; s++;