Thalhammer / jwt-cpp

A header only library for creating and validating json web tokens in c++
https://thalhammer.github.io/jwt-cpp/
MIT License
828 stars 229 forks source link

Add a test for ubsan with C++20 #315

Closed prince-chrismc closed 7 months ago

prince-chrismc commented 7 months ago

closes https://github.com/Thalhammer/jwt-cpp/issues/305

prince-chrismc commented 7 months ago

I was considering https://github.com/ammaraskar/gcc-problem-matcher but I am not sure about all the different outputs so I've opted for the sake of CI to just abort on the first error