dongjoon-hyun commented on PR #2369:
URL: https://github.com/apache/orc/pull/2369#issuecomment-3238349521
`protobuf` seems to fail at `Debian 13` with `C++ 14.2.0`.
```
/root/orc/build/c++/libs/thirdparty/protobuf_ep-install/include/google/protobuf/repeated_field.h:1442:11:
error: 'void* memcpy(void*, const void*, size_t)' reading between 4 and
8589934588 bytes from a region of size 0 [-Werror=stringop-overread]
1442 | memcpy(to, from, static_cast<size_t>(array_size) *
sizeof(Element));
|
~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In member function 'void
google::protobuf::RepeatedField<Element>::Reserve(int) [with Element = unsigned
int]':
```
```
$ docker run -it --rm apache/orc-dev:debian13 c++ --version
c++ (Debian 14.2.0-19) 14.2.0
Copyright (C) 2024 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]