Page MenuHomeFreeBSD

D25759.id74820.diff
No OneTemporary

D25759.id74820.diff

Index: head/usr.sbin/mountd/mountd.c
===================================================================
--- head/usr.sbin/mountd/mountd.c
+++ head/usr.sbin/mountd/mountd.c
@@ -3155,9 +3155,9 @@
goto error_exit;
}
/* back up over the last component */
- while (*cp == '/' && cp > dirp)
+ while (cp > dirp && *cp == '/')
cp--;
- while (*(cp - 1) != '/' && cp > dirp)
+ while (cp > dirp && *(cp - 1) != '/')
cp--;
if (cp == dirp) {
if (debug)

File Metadata

Mime Type
text/plain
Expires
Wed, Jan 28, 5:26 PM (19 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28067442
Default Alt Text
D25759.id74820.diff (492 B)

Event Timeline