Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan except.c except.h

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Gilbert Ramirez Jr. <gram@xxxxxxxxxxxxxxxxxxx>
Date: Fri, 27 Jul 2001 11:20:40 -0500 (CDT)
gram        2001/07/27 11:20:40 CDT

  Modified files:
    epan                 except.c except.h 
  Log:
  Fix for Kazlib exception code:
  
  Defect number: 0011
  Date: Jul 26 2001
  Releases of Kazlib affected: 1.10 through 1.19
  Status: Fixed in 1.20
  Modules affected: except.c
  Description: Members of the except_t structure needed to be declared
      volatile because the structure is automatically allocated in the
      except macro, modified after a setjmp() takes place, and accessed
      after control returns via longjmp.
  Solution: Upgrade to 1.20 or backpatch the fix.
  
  Revision  Changes    Path
  1.2       +5 -5      ethereal/epan/except.c
  1.2       +5 -5      ethereal/epan/except.h