bufbuild / protovalidate-cc

Protocol Buffer Validation for C++.
https://buf.build/bufbuild/protovalidate
Apache License 2.0
13 stars 4 forks source link

Remove a buffer overflow access detected by asan #22

Closed Alfus closed 1 year ago

Alfus commented 1 year ago

asan did not like the absl::StrSplit in isEmail Also use std::string_view consistently