summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)AuthorFilesLines
2021-03-15[CVE-2009-5155] Diagnose ERE '()|\1'tizen_7.0_m2_releasetizen_6.5.m2_releasesubmit/tizen_base/20210315.022747submit/tizen_7.0_base_hotfix/20221115.161701submit/tizen_7.0_base/20221028.201301submit/tizen_6.5_base/20211027.201201submit/tizen_6.5_base/20211027.183102submit/tizen_6.5_base/20211026.180902accepted/tizen/base/tool/20210315.221235accepted/tizen/7.0/base/tool/hotfix/20221115.084813accepted/tizen/7.0/base/tool/20221028.120739accepted/tizen/7.0/base/hotfix/20230714.004023accepted/tizen/7.0/base/20230714.003214accepted/tizen/6.5/base/tool/20211027.121800accepted/tizen/6.5/base/tool/20211027.105659accepted/tizen/6.5/base/20230714.002806tizen_7.0_base_hotfixtizen_7.0_basetizen_6.5_baseaccepted/tizen_7.0_base_tool_hotfixaccepted/tizen_7.0_base_toolaccepted/tizen_7.0_base_hotfixaccepted/tizen_7.0_baseaccepted/tizen_6.5_base_toolaccepted/tizen_6.5_basePaul Eggert1-1/+9
Problem reported by Hanno Böck in: http://bugs.gnu.org/21513 * lib/regcomp.c (parse_reg_exp): While parsing alternatives, keep track of the set of previously-completed subexpressions available before the first alternative, and restore this set just before parsing each subsequent alternative. This lets us diagnose the invalid back-reference in the ERE '()|\1'. Change-Id: I02bb5b734d57fc46685ebf7cd0e91af41e33a21a Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
2015-12-18Imported Upstream version 4.1cupstream/4.1cupstreamSuchang Woo67-0/+23321