|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.25, 2002/04/16 19:08:43 | version 1.25.2.1, 2003/08/04 04:25:26 | ||
|---|---|---|---|
|
|
||
| rootd = 0; | rootd = 0; | ||
| if (*wbuf) { | if (*wbuf) { | ||
| if (strlen(resolved) + strlen(wbuf) + rootd + 1 > MAXPATHLEN) { | if (strlen(resolved) + strlen(wbuf) + (rootd ? 0 : 1) + 1 > | ||
| MAXPATHLEN) { | |||
| errno = ENAMETOOLONG; | errno = ENAMETOOLONG; | ||
| goto err1; | goto err1; | ||
| } | } |