mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-27 14:57:54 +08:00
Coverity Id 1255518. mkdir() could fail. Check return value and return on failure. Behavior is similar to if open() failed while writing the files.