mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Mark linux_emul_convpath() as GIANT_REQUIRED.
This commit is contained in:
parent
bb7479a613
commit
537ca45a2e
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue