You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix two address sanitizer bugs
- NetworkSignalHandler attempts to read int64_t from unaligned memory.
- Wrong destructor being called for SignalHandlers.
* Add FIELD_RAW_SAFE
This macro acts the same way FIELD_RAW, except it will use a
std::optional rather than a raw pointer. Values extracted with this new
macro need to be trivially copyable so they can be moved to a variable
with proper alignment.
0 commit comments