mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-05 13:05:40 +02:00

The ostream passed as reference to `hexEscapeChar` is manipulated and its original state not restored. This fixes it. Seen via coverity in a downstream project.