protozero
protozero copied to clipboard
Minimalist protocol buffer decoder and encoder in C++
Results
12
protozero issues
Sort by
recently updated
recently updated
newest added
This should never happen in practice. If you end up in a situation where the size extends beyond the address space, you already have a serious problem elsewhere in your...
In https://github.com/PowerDNS/pdns/issues/16091 I discovered that config.hpp has an endian check using `__BYTE_ORDER`, but at least on GCC 15 / GNU libc platforms it doesn't work. Without including `` the macros...