diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-08-09 17:46:04 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-08-09 17:47:11 +0200 |
commit | 3016149819268b14660f791b971910ccc2cc13e5 (patch) | |
tree | f772be326233b8217f7d88d3815154b4ed90ab6b /ChangeLog | |
parent | 756d1699896e62445196c3137a982a990a8e8847 (diff) | |
download | glibc-3016149819268b14660f791b971910ccc2cc13e5.tar.gz glibc-3016149819268b14660f791b971910ccc2cc13e5.tar.xz glibc-3016149819268b14660f791b971910ccc2cc13e5.zip |
nss: Call __resolv_context_put before early return in get*_r [BZ #21932]
This corrects an oversight introduced in commit 352f4ff9a268b81ef5d4b2413f582565806e4790 (resolv: Introduce struct resolv_context).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index f0c5eba518..3c205310e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2017-08-09 Florian Weimer <fweimer@redhat.com> + + [BZ #21932] + * nss/getXXbyYY_r.c (REENTRANT_NAME): Call __resolv_context_put + before early return. + 2017-08-09 Andreas Schwab <schwab@suse.de> [BZ #21041] |