mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-11 01:35:41 +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.