[openssl-commits] [openssl] OpenSSL_1_0_2-stable update

Richard Levitte levitte at openssl.org
Wed Jul 5 13:24:44 UTC 2017


The branch OpenSSL_1_0_2-stable has been updated
       via  787ce7eea82539531fe4d0f98da6bb3e93b1b832 (commit)
      from  f22a0783075002f4b7802f54b3903ff733410110 (commit)


- Log -----------------------------------------------------------------
commit 787ce7eea82539531fe4d0f98da6bb3e93b1b832
Author: Richard Levitte <levitte at openssl.org>
Date:   Wed Jul 5 14:55:51 2017 +0200

    Undo one UI fix
    
    Undoing:
    > - in UI_process(), |state| was never made NULL, which means an error
    >   when closing the session wouldn't be accurately reported.
    
    This was a faulty cherry-pick from master
    
    Reviewed-by: Tim Hudson <tjh at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/3853)

-----------------------------------------------------------------------

Summary of changes:
 crypto/ui/ui_lib.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/crypto/ui/ui_lib.c b/crypto/ui/ui_lib.c
index d06089b..03ef981 100644
--- a/crypto/ui/ui_lib.c
+++ b/crypto/ui/ui_lib.c
@@ -521,7 +521,6 @@ int UI_process(UI *ui)
         }
     }
 
-    state = NULL;
  err:
     if (ui->meth->ui_close_session != NULL
         && ui->meth->ui_close_session(ui) <= 0)


More information about the openssl-commits mailing list