Prashant Rahul commented on a discussion: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1095#note_144934


I understand what youre saying, but doesnt every function that has to do any 
operation to any file or directory has to go through rtems' file system api? 
There are exactly two ways you can take to evaulate path, 
`rtems_filesystem_eval_path_continue` and 
`rtems_filesystem_eval_path_recursive` and I have implemented the length check 
in both of them.

And I agree with adding tests for the case of `ENAMETOOLONG` in other functions 
as well

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1095#note_144934
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to