| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/go/go-1.18/ |
| H A D | CVE-2022-41715.patch | 4 Subject: [PATCH] [release-branch.go1.18] regexp: limit size of parsed regexps 7 in the compiled form corresponding to a given regexp. 35 src/regexp/syntax/parse.go | 145 ++++++++++++++++++++++++++++++-- 36 src/regexp/syntax/parse_test.go | 13 +-- 39 diff --git a/src/regexp/syntax/parse.go b/src/regexp/syntax/parse.go 41 --- a/src/regexp/syntax/parse.go 42 +++ b/src/regexp/syntax/parse.go 47 +// maxSize is the maximum size of a compiled regexp in Insts. 52 +// corresponds to a 3.3 MB regexp. 58 +// maxRunes is the maximum number of runes allowed in a regexp tree [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/gdb/python/gdb/ |
| H A D | printing.py | 171 def __init__(self, name, regexp, gen_printer): argument 173 self.regexp = regexp 175 self.compiled_re = re.compile(regexp) 180 def add_printer(self, name, regexp, gen_printer): argument 200 self.subprinters.append(self.RegexpSubprinter(name, regexp, 284 def add_builtin_pretty_printer(name, regexp, printer): argument 285 _builtin_pretty_printers.add_printer(name, regexp, printer)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/gdb/python/gdb/ |
| H A D | printing.py | 171 def __init__(self, name, regexp, gen_printer): argument 173 self.regexp = regexp 175 self.compiled_re = re.compile(regexp) 180 def add_printer(self, name, regexp, gen_printer): argument 200 self.subprinters.append(self.RegexpSubprinter(name, regexp, 284 def add_builtin_pretty_printer(name, regexp, printer): argument 285 _builtin_pretty_printers.add_printer(name, regexp, printer)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/expect/expect/ |
| H A D | 0001-expect-Fix-segfaults-if-Tcl-is-built-with-stubs-and-.patch | 72 FAIL("regexp too big"); 75 - r = (regexp *)ckalloc(sizeof(regexp) + (unsigned)rcstate->regsize); 76 + r = (regexp *)malloc(sizeof(regexp) + (unsigned)rcstate->regsize);
|
| /OK3568_Linux_fs/buildroot/support/testing/infra/ |
| H A D | __init__.py | 82 regexp = re.compile(r"^ {}: (.*)$".format(tag)) 84 m = regexp.match(line) 109 regexp = re.compile(r"^ *\[Requesting program interpreter: (.*)\]$") 111 m = regexp.match(line)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-mako/ |
| H A D | CVE-2022-40023.patch | 4 Subject: [PATCH] fix tag regexp to match quoted groups correctly 6 Fixed issue in lexer where the regexp used to match tags would not 9 of quoted sections was also subject to a regexp crash if a tag had a large 33 + Fixed issue in lexer where the regexp used to match tags would not 36 + of quoted sections was also subject to a regexp crash if a tag had a large
|
| /OK3568_Linux_fs/buildroot/package/nodejs/ |
| H A D | 0001-add-qemu-wrapper-support.patch | 79 'action_name': 'run_gen-regexp-special-case_action', 81 - '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)gen-regexp-special-case<(EXECUTABLE_SUFFIX)', 82 + @MAYBE_WRAPPER@ '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)gen-regexp-special-case<(EXECUTABL… 85 '<(SHARED_INTERMEDIATE_DIR)/src/regexp/special-case.cc',
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/ |
| H A D | 0001-CVE-2021-42574.patch | 149 * c-c++-common/diagnostic-format-json-1.c: Add regexp to consume 159 * gfortran.dg/diagnostic-format-json-1.F90: Add regexp to consume 1623 /* { dg-regexp "\"kind\": \"error\"" } */ 1624 /* { dg-regexp "\"column-origin\": 1" } */ 1625 +/* { dg-regexp "\"escape-source\": false" } */ 1626 /* { dg-regexp "\"message\": \"#error message\"" } */ 1628 /* { dg-regexp "\"caret\": \{" } */ 1634 /* { dg-regexp "\"kind\": \"warning\"" } */ 1635 /* { dg-regexp "\"column-origin\": 1" } */ 1636 +/* { dg-regexp "\"escape-source\": false" } */ [all …]
|
| /OK3568_Linux_fs/buildroot/package/grep/ |
| H A D | grep.mk | 42 GREP_CONF_OPTS += --enable-perl-regexp 45 GREP_CONF_OPTS += --disable-perl-regexp
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/gdb/python/gdb/command/ |
| H A D | xmethods.py | 23 def validate_xm_regexp(part_name, regexp): argument 25 return re.compile(regexp) 27 raise SyntaxError("Invalid %s regexp: %s", part_name, regexp)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/gdb/python/gdb/command/ |
| H A D | xmethods.py | 23 def validate_xm_regexp(part_name, regexp): argument 25 return re.compile(regexp) 27 raise SyntaxError("Invalid %s regexp: %s", part_name, regexp)
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/ |
| H A D | 0001-Using-native-binaries.patch | 70 'action_name': 'run_gen-regexp-special-case_action', 73 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)gen-regexp-special-case<(EXECUTABLE_SUFFIX)',
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/grep/ |
| H A D | grep_3.7.bb | 39 PACKAGECONFIG[pcre] = "--enable-perl-regexp,--disable-perl-regexp,libpcre"
|
| /OK3568_Linux_fs/external/chromium/licenses/ |
| H A D | LICENSE.134 | 6 test/mjsunit/third_party/regexp-pcre/regexp-pcre.js. This is based on the 9 are embedded in regexp-pcre.js.
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | providers.py | 402 regexp = regexp_cache[pattern] 405 regexp = re.compile(pattern) 409 regexp_cache[pattern] = regexp 410 if regexp.match(rdepend):
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/rsyslog/ |
| H A D | rsyslog_8.2206.0.bb | 49 rsyslogd rsyslogrt klog inet regexp uuid libgcrypt \ 62 PACKAGECONFIG[regexp] = "--enable-regexp,--disable-regexp,,"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/xmlstarlet/files/ |
| H A D | 0001-usage2c.awk-fix-wrong-basename-regexp.patch | 6 Subject: [PATCH] usage2c.awk: fix wrong basename regexp
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/xmlstarlet/ |
| H A D | xmlstarlet_1.6.1.bb | 17 file://0001-usage2c.awk-fix-wrong-basename-regexp.patch"
|
| /OK3568_Linux_fs/buildroot/package/mender-grubenv/ |
| H A D | Config.in | 12 loadenv hashsum echo halt gcry_sha256 test regexp
|
| H A D | mender-grubenv.mk | 26 MENDER_GRUBENV_MANDATORY_MODULES = loadenv hashsum echo halt gcry_sha256 test regexp
|
| /OK3568_Linux_fs/buildroot/utils/ |
| H A D | scanpypi | 443 regexp = re.compile(r'^License :* *.* *:+ (.*)( \(.*\))?$') 444 classifiers_licenses = [regexp.sub(r"\1", lic) 446 if regexp.match(lic)]
|
| /OK3568_Linux_fs/yocto/meta-browser/meta-chromium/recipes-browser/chromium/files/ |
| H A D | 0003-v8-qemu-wrapper.patch | 66 ":gen-regexp-special-case($v8_generator_toolchain)",
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-shells/zsh/zsh/ |
| H A D | CVE-2021-45444_2.patch | 103 +autoload -Uz +X regexp-replace VCS_INFO_formats 111 + regexp-replace 'functions[VCS_INFO_formats]' \
|
| /OK3568_Linux_fs/buildroot/support/kconfig/patches/ |
| H A D | 16-fix-space-to-de-select-options.patch | 8 matching the regexp '^[^[:alpha:][:digit:]]+$', for example - or *),
|
| /OK3568_Linux_fs/u-boot/ |
| H A D | Kbuild | 7 # Default sed regexp - multiline due to syntax constraints
|