[Feature]: Switch AdvancedLogger to use Safe Strings. #292
Labels
complexity:easy
Requires minimal background information and effort to accomplish
impact:non-functional
Does not have a functional impact
urgency:low
Little to no impact
Feature Overview
BaseLib contains both AsciiStrLen and AsciiStrnLenS. Currently advacned logger is just using AsciiStrLen, but switching ot the safe string version does not require any additional changes.
Solution Overview
Switch to using AsciiStrnLenS, with appropriate maximum string length parameters.
Alternatives Considered
No response
Urgency
Low
Are you going to implement the feature request?
I will implement the feature
Do you need maintainer feedback?
No maintainer feedback needed
Anything else?
No response
The text was updated successfully, but these errors were encountered: