Gedare Bloom started a new discussion: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1095#note_144672


I think it would be a better fix to modify 
`rtems_filesystem_eval_path_continue()` with a check for `ctx.tokenlen > 
NAME_MAX` and to call `rtems_filesystem_eval_path_error( ctx, ENAMETOOLONG )`. 
This should also provide support for other functions like `open()` which has a 
similar requirement, and I don't know if we support that already.

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1095#note_144672
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