Bugzilla – Attachment 2167 Details for
Bug 2022
ssh segfaults when using ldns, SSHFP, a DNSSEC-enabled resolver and a CNAME
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
A short patch to solve the problem
patch_to_make_it_work.patch (text/plain), 540 bytes, created by
gregdlg+mr
on 2012-06-26 14:07:24 AEST
(
hide
)
Description:
A short patch to solve the problem
Filename:
MIME Type:
Creator:
gregdlg+mr
Created:
2012-06-26 14:07:24 AEST
Size:
540 bytes
patch
obsolete
>diff -ur openssh-6.0p1/openbsd-compat/getrrsetbyname-ldns.c openssh-6.0p1good/openbsd-compat/getrrsetbyname-ldns.c >--- openssh-6.0p1/openbsd-compat/getrrsetbyname-ldns.c 2011-11-04 11:25:25.000000000 +1100 >+++ openssh-6.0p1good/openbsd-compat/getrrsetbyname-ldns.c 2012-06-26 15:06:11.247155993 +1100 >@@ -205,7 +205,8 @@ > } > > if (rr->_rr_class == rrset->rri_rdclass && >- rr->_rr_type == LDNS_RR_TYPE_RRSIG) { >+ rr->_rr_type == LDNS_RR_TYPE_RRSIG && >+ rrset->rri_sigs) { > rdata = &rrset->rri_sigs[index_sig++]; > } >
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 2022
:
2166
| 2167