mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-25 14:49:30 +08:00
* devnull/devnull.c (null_initialize): Added check to ensure that the driver is only initialized once. Otherwise, it will abort when the device /dev/null is present. (null_write): Do not dereference a NULL pointer.