Skip to content

Version 25.4.1

Choose a tag to compare

@alt-graph alt-graph released this 06 May 14:45
· 54 commits to main since this release

Hi everyone,
this is a belated release of GUL17 version 25.4.1. The only major addition is the safe_string_view() function that constructs a string_view from a char pointer and a length. It is safe against null pointers and non-null-terminated strings.
Safe coding!