open-bitbucket may be offline for system maintenance Thursday evenings from 10pm to 1am ET.
Learn more about cloning repositories
You have read-only access
--- src/man.c.orig 2006-06-02 12:52:27.000000000 -0700
+++ src/man.c 2006-06-12 17:08:25.000000000 -0700
@@ -380,6 +380,9 @@
return (NULL);
}
+ if (!isascii(buf[0]))
+ return (NULL);
+
if (strncmp(buf, ".so", 3))
return (my_strdup(name));
Everything looks good. We'll let you know here if there's anything you should know about.