MathewRo / miniSTL

Mini STL library implementation
MIT License
0 stars 0 forks source link

Random Seg Fault with Quick Sort #11

Closed MathewRo closed 5 years ago

MathewRo commented 5 years ago

Application Seg Faults at times. A specific input patter might be causing this.

MathewRo commented 5 years ago

Bug Fixed in commit 905a4bc22bbb09f60779025b5103ebb96e02e0f1 Issue was caused in the QuickSort function where signed int wrapped around to a very high unsigned int value during recursion