mirror of
https://github.com/boostorg/wave.git
synced 2026-01-27 07:22:15 +00:00
lex_token::get_value assumes that lex_token::data is not NULL. When it is NULL it causes UB detectable by clang's AddressSanitizer: cpp_lex_token.hpp:242:57: runtime error: member call on null pointer of type 'boost::wave::cpplexer::impl::token_data...'