Steve Grubb wrote:
- Adjust length of strings for file system watches to not include NUL
This change I believe fixed the problem with the error test (ie. the
path length = 4095 was wrongfully generating error), however it broke
the following case ...
this is part of the pathname with spaces test ... (it's equivalent case,
without the space passes fine!):
DEBUG: Expected path length = 4096: Actual is 4096 (Not counting
terminating null)
Starting auditd: [ OK ]
watch_path_test 3 FAIL : Path length =PATH_MAX(without null)+1 did
not generate error
Any idea what could cause this behavior?
Thanks,
- Loulwa