You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(s2): Support C23 for secure memset (for MacOS clang-17)
The previously introduced patch break MacOS support,
this transition code to C23 make it usable on both OS (Linux, MacOS).
Note that current version of gcc-12 in debian stable is not supporting
this C23 function, so it fallback to the safer option for memset in
this release.
Origin: #139
Relate-to: SiliconLabsSoftware/z-wave-engine-application-layer#85
Relate-to: #137
Forwarded: #139
Signed-off-by: Philippe Coval <philippe.coval@silabs.com>
0 commit comments