freebsd-skq/lib/libcasper/services/cap_fileargs
oshogbo 232c4ff18a cap_filergs: limit size of the file name
The limit of the name in fileargs is twice the size of the MAXPATH.
The nvlist will not add an element with the longer name.
We can detect at this point that the path is too big, and simple return
the same error as open(2) would.

PR:		239700
Reported by:	markj
Tested by:	markj
MFC after:	2 weeks
2019-08-07 19:30:33 +00:00
..
cap_fileargs.3 fileargs: fix formating in EXAMPLES 2019-07-30 08:53:03 +00:00
cap_fileargs.c cap_filergs: limit size of the file name 2019-08-07 19:30:33 +00:00
cap_fileargs.h fileargs: add wrapping/unwrapping functions 2019-06-12 19:31:26 +00:00
Makefile Link fileargs_lstat.3. 2019-07-21 16:35:49 +00:00