Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 308960 Details for
Bug 450766
dname response causes glibc to assert without log message and core dump.
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
add the text for T_DNAME so p_type() will work correctly.
glibc-p_type-dname.patch (text/plain), 1.18 KB, created by
Peter Jones
on 2008-06-11 16:56:45 UTC
(
hide
)
Description:
add the text for T_DNAME so p_type() will work correctly.
Filename:
MIME Type:
Creator:
Peter Jones
Created:
2008-06-11 16:56:45 UTC
Size:
1.18 KB
patch
obsolete
>diff -up glibc-20080524T2218/resolv/arpa/nameser_compat.h.pjones glibc-20080524T2218/resolv/arpa/nameser_compat.h >--- glibc-20080524T2218/resolv/arpa/nameser_compat.h.pjones 2008-06-06 16:14:22.000000000 -0400 >+++ glibc-20080524T2218/resolv/arpa/nameser_compat.h 2008-06-06 16:14:43.000000000 -0400 >@@ -161,6 +161,7 @@ typedef struct { > #define T_SRV ns_t_srv > #define T_ATMA ns_t_atma > #define T_NAPTR ns_t_naptr >+#define T_DNAME ns_t_dname > #define T_TSIG ns_t_tsig > #define T_IXFR ns_t_ixfr > #define T_AXFR ns_t_axfr >diff -up glibc-20080524T2218/resolv/res_debug.c.pjones glibc-20080524T2218/resolv/res_debug.c >--- glibc-20080524T2218/resolv/res_debug.c.pjones 2008-06-06 16:14:39.000000000 -0400 >+++ glibc-20080524T2218/resolv/res_debug.c 2008-06-06 16:14:43.000000000 -0400 >@@ -439,6 +439,7 @@ const struct res_sym __p_type_syms[] = { > {ns_t_nimloc, "NIMLOC", "NIMROD locator (unimplemented)"}, > {ns_t_srv, "SRV", "server selection"}, > {ns_t_atma, "ATMA", "ATM address (unimplemented)"}, >+ {ns_t_dname, "DNAME", "Non-terminal DNAME (for IPv6)"}, > {ns_t_tsig, "TSIG", "transaction signature"}, > {ns_t_ixfr, "IXFR", "incremental zone transfer"}, > {ns_t_axfr, "AXFR", "zone transfer"},
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 450766
:
308868
|
308946
| 308960