supertuxkart-sourceforge-migration / stk-migration-test2

0 stars 0 forks source link

Infinite loop in QuadGraph::determineDirection #708

Open supertuxkart-sourceforge-migration opened 10 years ago

supertuxkart-sourceforge-migration commented 10 years ago

Author: auria

QuadGraph::determineDirection contains a while(1). The track attached triggers an infinite loop in there

Migrated-From: https://sourceforge.net/apps/trac/supertuxkart/ticket/708

supertuxkart-sourceforge-migration commented 10 years ago

Author: steelstyle Fixed the closing loop in this patch. Now it's never looping more than once on the track.

supertuxkart-sourceforge-migration commented 10 years ago

Author: hikerstk Applied in r11735 - thanks for the patch! Joerg