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
The issue banditcpp/bandit#140 reports that the special character \0 leads to the end of the returned (null-terminated) string in the failure formatter of the bandit project. This could be worked around by formatting non-printable/special characters using a default Stringizer for strings.
The text was updated successfully, but these errors were encountered:
The issue banditcpp/bandit#140 reports that the special character
\0
leads to the end of the returned (null-terminated) string in the failure formatter of the bandit project. This could be worked around by formatting non-printable/special characters using a defaultStringizer
for strings.The text was updated successfully, but these errors were encountered: