Page MenuHomeFreeBSD

D19213.diff
No OneTemporary

D19213.diff

Index: head/stand/libsa/cd9660.c
===================================================================
--- head/stand/libsa/cd9660.c
+++ head/stand/libsa/cd9660.c
@@ -241,6 +241,10 @@
icase = 1;
} else
icase = 0;
+
+ if (strlen(path) != len)
+ return (0);
+
for (i = len; --i >= 0; path++, cp++) {
if (!*path || *path == '/')
break;

File Metadata

Mime Type
text/plain
Expires
Tue, Sep 8, 11:35 PM (22 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38546229
Default Alt Text
D19213.diff (349 B)

Event Timeline