mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
e5c79ba1a6
fs/vfs:null check for path on open and buf on write Null path check is depend on CONFIG_DEBUG_FEATURES and CONFIG_DEBUG_ASSERTIONS, added null checking so it's always performed Added null checking on buf for write() Approved-by: Gregory Nutt <gnutt@nuttx.org>