back-utf8-check-function.patch 528 B

1234567891011
  1. --- contrib/libs/protobuf/src/google/protobuf/stubs/common.h (224e5c6eb476648794a67b47aa67ced218b4043c)
  2. +++ contrib/libs/protobuf/src/google/protobuf/stubs/common.h (4a96e633c1c4d449c2c2adfe068664805ccccfda)
  3. @@ -147,6 +147,8 @@ PROTOBUF_EXPORT void ShutdownProtobufLibrary();
  4. namespace internal {
  5. +PROTOBUF_EXPORT bool IsStructurallyValidUTF8(const char* buf, int len);
  6. +
  7. // Strongly references the given variable such that the linker will be forced
  8. // to pull in this variable's translation unit.
  9. template <typename T>