]> granicus.if.org Git - onig/commit
fix #147: Stack Exhaustion Problem caused by some parsing functions in regcomp.c...
authorK.Kosako <kosako@sofnec.co.jp>
Mon, 29 Jul 2019 03:52:56 +0000 (12:52 +0900)
committerK.Kosako <kosako@sofnec.co.jp>
Mon, 29 Jul 2019 03:52:56 +0000 (12:52 +0900)
commit4097828d7cc87589864fecf452f2cd46c5f37180
treedc1c4ca3cdde119b63390906dcbfdaa690794cf0
parent2b6b502f54f90da85758fbc34fb22ad8c3147fbc
fix #147: Stack Exhaustion Problem caused by some parsing functions in regcomp.c making recursive calls to themselves.
src/regparse.c