/third_party/mindspore/third_party/patch/c-ares/ |
D | CVE-2021-3672.patch | 1 diff -Npur c-ares-1.15.0/ares_expand_name.c c-ares-1.15.0-new/ares_expand_name.c 2 --- c-ares-1.15.0/ares_expand_name.c 2017-07-03 17:04:19.000000000 +0800 3 +++ c-ares-1.15.0-new/ares_expand_name.c 2021-08-21 22:48:24.650973166 +0800 31 @@ -113,18 +133,37 @@ int ares_expand_name(const unsigned char
|
/third_party/node/deps/cares/src/lib/ |
D | ares_parse_mx_reply.c | 67 status = ares_expand_name (aptr, abuf, alen, &hostname, &len); in ares_parse_mx_reply() 82 status = ares_expand_name (aptr, abuf, alen, &rr_name, &len); in ares_parse_mx_reply() 134 status = ares_expand_name (vptr, abuf, alen, &mx_curr->host, &len); in ares_parse_mx_reply()
|
D | ares_parse_srv_reply.c | 67 status = ares_expand_name (aptr, abuf, alen, &hostname, &len); in ares_parse_srv_reply() 82 status = ares_expand_name (aptr, abuf, alen, &rr_name, &len); in ares_parse_srv_reply() 138 status = ares_expand_name (vptr, abuf, alen, &srv_curr->host, &len); in ares_parse_srv_reply()
|
D | ares_parse_naptr_reply.c | 67 status = ares_expand_name (aptr, abuf, alen, &hostname, &len); in ares_parse_naptr_reply() 82 status = ares_expand_name (aptr, abuf, alen, &rr_name, &len); in ares_parse_naptr_reply() 153 status = ares_expand_name(vptr, abuf, alen, &naptr_curr->replacement, &len); in ares_parse_naptr_reply()
|
D | ares_parse_uri_reply.c | 75 status = ares_expand_name (aptr, abuf, alen, &uri_str, &len); in ares_parse_uri_reply() 90 status = ares_expand_name (aptr, abuf, alen, &rr_name, &len); in ares_parse_uri_reply()
|
D | ares_parse_txt_reply.c | 73 status = ares_expand_name (aptr, abuf, alen, &hostname, &len); in ares__parse_txt_reply() 88 status = ares_expand_name (aptr, abuf, alen, &rr_name, &len); in ares__parse_txt_reply()
|
D | ares_parse_caa_reply.c | 71 status = ares_expand_name (aptr, abuf, alen, &hostname, &len); in ares_parse_caa_reply() 86 status = ares_expand_name (aptr, abuf, alen, &rr_name, &len); in ares_parse_caa_reply()
|
D | Makefile.inc | 15 ares_expand_name.c \
|
D | ares_expand_name.c | 212 int ares_expand_name(const unsigned char *encoded, const unsigned char *abuf, in ares_expand_name() function
|
D | ares_process.c | 1271 if (ares_expand_name(q.p, qbuf, qlen, &q.name, &q.namelen) in same_questions() 1289 if (ares_expand_name(a.p, abuf, alen, &a.name, &a.namelen) in same_questions() 1374 status = ares_expand_name(aptr, abuf, alen, &name, &len); in has_opt_rr() 1389 status = ares_expand_name(aptr, abuf, alen, &name, &len); in has_opt_rr() 1409 status = ares_expand_name(aptr, abuf, alen, &name, &len); in has_opt_rr()
|
D | Makefile.in | 173 libcares_la-ares_expand_name.lo \ 244 ./$(DEPDIR)/libcares_la-ares_expand_name.Plo \ 586 ares_expand_name.c \ 764 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcares_la-ares_expand_name.Plo@am__quote@ # am--… 931 libcares_la-ares_expand_name.lo: ares_expand_name.c 932 …ares_expand_name.lo -MD -MP -MF $(DEPDIR)/libcares_la-ares_expand_name.Tpo -c -o libcares_la-ares_… 933 …RUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcares_la-ares_expand_name.Tpo $(DEPDIR)/libcares_la-ares_exp… 936 …AGS) $(CFLAGS) -c -o libcares_la-ares_expand_name.lo `test -f 'ares_expand_name.c' || echo '$(srcd… 1474 -rm -f ./$(DEPDIR)/libcares_la-ares_expand_name.Plo 1578 -rm -f ./$(DEPDIR)/libcares_la-ares_expand_name.Plo
|
/third_party/node/deps/cares/src/tools/ |
D | adig.c | 486 status = ares_expand_name(aptr, abuf, alen, &name, &len); in display_question() 530 status = ares_expand_name(aptr, abuf, alen, &name.as_char, &len); in display_rr() 576 status = ares_expand_name(aptr, abuf, alen, &name.as_char, &len); in display_rr() 608 status = ares_expand_name(p, abuf, alen, &name.as_char, &len); in display_rr() 614 status = ares_expand_name(p, abuf, alen, &name.as_char, &len); in display_rr() 628 status = ares_expand_name(aptr + 2, abuf, alen, &name.as_char, &len); in display_rr() 640 status = ares_expand_name(p, abuf, alen, &name.as_char, &len); in display_rr() 646 status = ares_expand_name(p, abuf, alen, &name.as_char, &len); in display_rr() 734 status = ares_expand_name(aptr + 6, abuf, alen, &name.as_char, &len); in display_rr() 780 status = ares_expand_name(p, abuf, alen, &name.as_char, &len); in display_rr()
|
/third_party/node/deps/cares/docs/ |
D | Makefile.inc | 6 ares_expand_name.3 \
|
D | Makefile.in | 333 ares_expand_name.3 \
|
/third_party/node/deps/cares/ |
D | NEWS | 16 * Fixed a couple of fenceposts fixed in ares_expand_name()'s
|
D | cares.gyp | 52 'src/lib/ares_expand_name.c',
|
D | RELEASE-NOTES | 49 o ares_expand_name should allow underscores (_) as SRV records legitimately use
|
D | CHANGES | 150 - ares_expand_name should allow underscores (_) as SRV records legitimately use them 301 - ares_expand_name(): fix formatting and handling of root name response 308 - ares_expand_name() should escape more characters 1956 - ares_expand_name: limit number of indirections 3216 - ares_expand_name: check for valid bits in label length 3738 - ares_expand_name.3: clarify how to free the data 4496 ares_expand_name: Fix encoded length for indirect root
|
/third_party/grpc/third_party/cares/ |
D | BUILD.gn | 31 "ares_expand_name.c",
|
D | cares.BUILD | 120 "ares_expand_name.c",
|
/third_party/node/deps/cares/include/ |
D | ares.h | 496 CARES_EXTERN int ares_expand_name(const unsigned char *encoded,
|
/third_party/node/src/ |
D | cares_wrap.cc | 531 int status = ares_expand_name(ptr, buf, len, &name_temp, &temp_len); in ParseSoaReply() 547 int status2 = ares_expand_name(ptr, buf, len, &rr_name_temp, &rr_temp_len); in ParseSoaReply() 568 int status3 = ares_expand_name(ptr, buf, len, in ParseSoaReply() 579 int status4 = ares_expand_name(ptr, buf, len, in ParseSoaReply()
|