Mark linux_emul_convpath() as GIANT_REQUIRED.

This commit is contained in:
Robert Watson 2004-06-22 04:22:34 +00:00
parent bb7479a613
commit 537ca45a2e

View file

@ -101,6 +101,8 @@ linux_emul_convpath(td, path, pathseg, pbuf, cflag)
char *ptr, *buf, *cp;
size_t len, sz;
GIANT_REQUIRED;
buf = (char *) malloc(MAXPATHLEN, M_TEMP, M_WAITOK);
*pbuf = buf;