Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
common: Remove overly cautious strnlen
These strneln causes a warning about accessing OOB when the source string is smaller than the size value of strnelen in some platforms. Since these were an overly cautious proraming practice anyway, we can remove it. Signed-off-by: Siddharth Chandrasekaran <[email protected]>
- Loading branch information