Page MenuHome GnuPG

331_gnupg-2.0.17-Do-not-lock-the-es_list-when-flushing-it-from-es_dei.patch
AbandonedPublic

Authored by fk on Apr 28 2011, 9:19 PM.

Details

Reviewers
None
Summary

From 38c19f11583e5f7575f82b258bc76c21b39cd4a6 Mon Sep 17 00:00:00 2001
From: Fabian Keil <fk@fabiankeil.de>
Date: Thu, 28 Apr 2011 18:12:21 +0200
Subject: [PATCH] Do not lock the es_list when flushing it from es_deinit().

es_deinit() is only called through atexit() at which
point pth_kill() may already have been called.

Fixes (or at least works around) https://bugs.g10code.com/gnupg/issue1320

common/estream.c | 17 ++++++++++++++++-
1 files changed, 16 insertions(+), 1 deletions(-)

1.7.4.5

Test Plan

Diff Detail

Lint
Lint Skipped
Unit
Unit Tests Skipped