Page MenuHomeFreeBSD

D24651.diff
No OneTemporary

D24651.diff

Index: usr.bin/unzip/unzip.c
===================================================================
--- usr.bin/unzip/unzip.c
+++ usr.bin/unzip/unzip.c
@@ -385,6 +385,13 @@
{
int mode;
+ /*
+ * Dropbox likes to create '/' directory entries, just ignore
+ * such junk.
+ */
+ if (*path == '\0')
+ return;
+
mode = archive_entry_mode(e) & 0777;
if (mode == 0)
mode = 0755;

File Metadata

Mime Type
text/plain
Expires
Tue, Mar 11, 5:44 AM (19 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17095490
Default Alt Text
D24651.diff (384 B)

Event Timeline