davidkalloc
Results
1
issues of
davidkalloc
`std::string` is technically not 0-terminated, and so you can construct valid `std::strings` with `'\0'` characters in them. This is especially useful because you can wrap raw binary data into an...