Skip to content
Commit e5c79ba1 authored by Xiao Qin's avatar Xiao Qin Committed by Gregory Nutt
Browse files

Merged in x_qin/nuttx/null_check_for_open_and_write (pull request #498)



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: default avatarGregory Nutt <gnutt@nuttx.org>
parent c4d03d81
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment