RTEMS | cpukit/libcsupport: fix rename to check path length (!1095)
Gedare Bloom (@gedare)
gitlab at rtems.org
Fri Mar 6 18:07:36 UTC 2026
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20260306/aee6161e/attachment.htm>
More information about the bugs
mailing list