Bhavya Shah commented on a discussion on cpukit/libfs/src/imfs/imfs_rmnod.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/504#note_125443 > } else { > rv = -1; > } > + IMFS_fs_info_t *fs_info = loc->mt_entry->fs_info; nope if fs_info is NULL then the condition is already checked in IMFS_initialize function. loc can't be null since it is some current node which is suppose to be deleted. -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/504#note_125443 You're receiving this email because of your account on gitlab.rtems.org.
_______________________________________________ bugs mailing list bugs@rtems.org http://lists.rtems.org/mailman/listinfo/bugs