• Monty's avatar
    Added some checking that LEX_CSTRING is \0 terminated · 486c86dd
    Monty authored
    - When adding LEX_CSTRING to String, we are now checking that
      string is \0 terminated (as normally LEX_CSTRING should be
      usable for printf(). In the cases when one wants to avoid the
      checking one can use String->append(ptr, length) instead of just
      String->append(LEX_CSTRING*)
    486c86dd
log_event.cc 458 KB