Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #???, address sanitizer failure in FS
Add self-defense check in CFE_FS_ParseInputFileNameEx() in case the input buffer size passed in is greater than the length of the input string. Technically, this could be argued as an incorrect call/input, but it is something the function could check for and avoid reading past the final null char.
- Loading branch information