Home
last modified time | relevance | path

Searched refs:ares_expand_name (Results 1 – 22 of 22) sorted by relevance

/third_party/mindspore/third_party/patch/c-ares/
DCVE-2021-3672.patch1 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/
Dares_parse_mx_reply.c67 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()
Dares_parse_srv_reply.c67 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()
Dares_parse_naptr_reply.c67 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()
Dares_parse_uri_reply.c75 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()
Dares_parse_txt_reply.c73 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()
Dares_parse_caa_reply.c71 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()
DMakefile.inc15 ares_expand_name.c \
Dares_expand_name.c212 int ares_expand_name(const unsigned char *encoded, const unsigned char *abuf, in ares_expand_name() function
Dares_process.c1271 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()
DMakefile.in173 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
932ares_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/
Dadig.c486 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/
DMakefile.inc6 ares_expand_name.3 \
DMakefile.in333 ares_expand_name.3 \
/third_party/node/deps/cares/
DNEWS16 * Fixed a couple of fenceposts fixed in ares_expand_name()'s
Dcares.gyp52 'src/lib/ares_expand_name.c',
DRELEASE-NOTES49 o ares_expand_name should allow underscores (_) as SRV records legitimately use
DCHANGES150 - 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/
DBUILD.gn31 "ares_expand_name.c",
Dcares.BUILD120 "ares_expand_name.c",
/third_party/node/deps/cares/include/
Dares.h496 CARES_EXTERN int ares_expand_name(const unsigned char *encoded,
/third_party/node/src/
Dcares_wrap.cc531 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()