acassis merged PR #16164:
URL: https://github.com/apache/nuttx/pull/16164
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@nuttx.apac
bkueng opened a new pull request, #16164:
URL: https://github.com/apache/nuttx/pull/16164
Some entries have the opendir function set to NULL, for example
g_mount_operations.
A null pointer dereference can be triggered by an opendir("/proc/fs/blocks")
for example.
## Testing