Closed florianhumblot closed 6 years ago
In hwlib-string.hpp, the find and rfind operators use a while loop that compares an index to a position but the poisition / index never get incremented which causes the program calling these operators to hang in an infinite loop.
I also made a pull request with a fix for these two operators.
The issue has been fixed with the merge, closing it.
In hwlib-string.hpp, the find and rfind operators use a while loop that compares an index to a position but the poisition / index never get incremented which causes the program calling these operators to hang in an infinite loop.