[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openssl-cvs
Subject:    cvs commit: openssl/crypto/ui ui_openssl.c
From:       levitte () openssl ! org
Date:       2002-09-25 14:14:20
[Download RAW message or body]

levitte     25-Sep-2002 16:14:20

  Modified:    crypto/ui Tag: OpenSSL_0_9_7-stable ui_openssl.c
  Log:
  Make sure that the signal storage is regarded as volatile.
  This correction was originally introduced in OpenBSD's tracking of OpenSSL.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.11.2.4  +1 -1      openssl/crypto/ui/ui_openssl.c
  
  Index: ui_openssl.c
  ===================================================================
  RCS file: /e/openssl/cvs/openssl/crypto/ui/ui_openssl.c,v
  retrieving revision 1.11.2.3
  retrieving revision 1.11.2.4
  diff -u -r1.11.2.3 -r1.11.2.4
  --- ui_openssl.c	2002/06/13 20:40:28	1.11.2.3
  +++ ui_openssl.c	2002/09/25 14:14:16	1.11.2.4
  @@ -378,7 +378,7 @@
   		} while (strchr(buf,'\n') == NULL);
   	}
   
  -static sig_atomic_t intr_signal;
  +static volatile sig_atomic_t intr_signal;
   
   static int read_string_inner(UI *ui, UI_STRING *uis, int echo, int strip_nl)
   	{
  
  
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
CVS Repository Commit List                     openssl-cvs@openssl.org
Automated List Manager                           majordomo@openssl.org
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic