You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The device_name field within the OS_filesys_internal_record_t is using a length of OS_MAX_API_NAME, which is not correct/ideal.
Describe the solution you'd like
The length should be OS_FS_DEV_NAME_LEN
Additional context
This is an existing symbol defined in the osapi-os-filesys.h public API header file. Noted when working on BSP volume table removal.
Requester Info
Joseph Hickey, Vantage Systems, Inc.
The text was updated successfully, but these errors were encountered:
Calling this an enhancement not a bug because the length is checked OK, no risk of buffer overrun or other badness, just smaller than what it should be.
jphickey
added a commit
to jphickey/osal
that referenced
this issue
May 14, 2020
Is your feature request related to a problem? Please describe.
The
device_name
field within theOS_filesys_internal_record_t
is using a length ofOS_MAX_API_NAME
, which is not correct/ideal.Describe the solution you'd like
The length should be
OS_FS_DEV_NAME_LEN
Additional context
This is an existing symbol defined in the
osapi-os-filesys.h
public API header file. Noted when working on BSP volume table removal.Requester Info
Joseph Hickey, Vantage Systems, Inc.
The text was updated successfully, but these errors were encountered: