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
@acgetchell, thanks for posting this question, I found out that upstream hasn't released a stable version for a long time, I added a patch as you suggested to apply the changes from HowardHinnant/date@a74eb1a , if the upstream releases the stable version, I will update the version immediately, I have submitted a pr to fix this, Could you test this pr on your local machine? Thanks!
Describe the bug
The current port for [date] when running on MSAN produces:
This was fixed in:
HowardHinnant/date@a74eb1a
Please revise the port to include these changes.
Environment
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No uninitialized variable use.
Failure logs
https://app.travis-ci.com/github/acgetchell/CDT-plusplus/jobs/563927674#L1376
Additional context
To run MSAN in Travis, I use:
https://github.com/acgetchell/CDT-plusplus/blob/develop/cmake/Sanitizers.cmake#L69
And then build, e.g.:
https://github.com/acgetchell/CDT-plusplus/blob/develop/.travis.yml#L83
It would probably be pretty easy to translate to GHA, I just haven't done so.
The text was updated successfully, but these errors were encountered: