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 834353 Details for
Bug 962444
nsupdate: mem.c:877: INSIST(ctx->stats[i].gets == 0U) failed.
[?]
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]
Patch for the memory leak
0001-nsupdate-could-leak-memory.patch (text/plain), 828 bytes, created by
Tomáš Hozza
on 2013-12-09 15:09:24 UTC
(
hide
)
Description:
Patch for the memory leak
Filename:
MIME Type:
Creator:
Tomáš Hozza
Created:
2013-12-09 15:09:24 UTC
Size:
828 bytes
patch
obsolete
>From 97f0ae15bee3d75be7dc859ecef3bed932826ba7 Mon Sep 17 00:00:00 2001 >From: Tomas Hozza <thozza@redhat.com> >Date: Mon, 9 Dec 2013 15:59:29 +0100 >Subject: [PATCH] nsupdate could leak memory > >Signed-off-by: Tomas Hozza <thozza@redhat.com> >--- > bin/nsupdate/nsupdate.c | 4 ++++ > 1 file changed, 4 insertions(+) > >diff --git a/bin/nsupdate/nsupdate.c b/bin/nsupdate/nsupdate.c >index f49762b..f767978 100644 >--- a/bin/nsupdate/nsupdate.c >+++ b/bin/nsupdate/nsupdate.c >@@ -2275,6 +2275,10 @@ start_update(void) { > result = dns_message_firstname(updatemsg, section); > } > if (result != ISC_R_SUCCESS) { >+ dns_message_puttempname(soaquery, &name); >+ dns_rdataset_disassociate(rdataset); >+ dns_message_puttemprdataset(soaquery, &rdataset); >+ dns_message_destroy(&soaquery); > done_update(); > return; > } >-- >1.8.3.1 >
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 962444
: 834353