ChibiOS-rust icon indicating copy to clipboard operation
ChibiOS-rust copied to clipboard

String literals in thread names are not null-terminated

Open thenewwazoo opened this issue 6 years ago • 0 comments

Rust &'static str literals are not null-terminated by default. Make them so.

See this macro for inspiration.

thenewwazoo avatar Aug 07 '17 17:08 thenewwazoo