Skip to content

fix(log): safely convert to cstrings in say

Fedor Telnov requested to merge log-nul-string into master

Summary

  • fix(log): safely convert to cstrings in say

Previously, say caused runtime panic if nul-containing message was passed. It introduces infallible say version, which automatically removes offensive bytes.

Ensure that

  • New code is covered by tests
  • API is documented
  • Changelog is up to date
  • Version is bumped in the appropriate Cargo.toml files
Edited by Fedor Telnov

Merge request reports