Changeset 170 for trunk/src/trustfile.c
- Timestamp:
- Apr 30, 2008, 11:56:45 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/trustfile.c
r137 r170 781 781 register int lsym; /* num chars in symlink ref */ 782 782 register int i; /* trustworthy or not? */ 783 const char * t_const; 783 784 784 785 /* … … 821 822 /* smack on the /../ 822 823 */ 823 t = "/../";824 t_const = "/../"; 824 825 while(*t && b < &full[MAXFILENAME]) 825 *b++ = *t ++;826 *b++ = *t_const++; 826 827 827 828 /* append the symlink referent
Note:
See TracChangeset
for help on using the changeset viewer.