View Single Post
04/24/14, 09:25 AM   #8
pjt15253
Spam Warrior
 
pjt15253's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 16
I know for a fact that you can hard crash the client with certain calls to string.find() or string.match(). Did some research and it turns out the version of Lua they're using for this game doesn't limit the recursion for pattern matching - so you can end up with stack overflow segfaults with certain patterns.
  Reply With Quote