CommandHelper

CommandHelper

46.5k Downloads

reg_match_all infinite loop

LadyCailinBot opened this issue ยท 1 comments

commented

CMDHELPER-2761 - Reported by opoq

@s = '@@@@'
@S2 = reg_match_all('(?<=@)[^@]*', @s)
msg(@S2)

^hangs the server

commented

Comment by LadyCailin

Will be fixed in next build.