[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:13
[Download RAW message or body]

levitte     25-Sep-2002 16:14:13

  Modified:    crypto/ui 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
  1.15      +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.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- ui_openssl.c	2002/06/13 20:42:16	1.14
  +++ ui_openssl.c	2002/09/25 14:14:11	1.15
  @@ -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