OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Artur Grabowski (artcvs.openbsd.org)
Date: Fri Jan 04 2002 - 07:51:20 CST

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    CVSROOT: /cvs
    Module name: src
    Changes by: artcvs.openbsd.org 2002/01/04 06:51:20

    Modified files:
            lib/libc/arch/alpha/gen: _setjmp.S setjmp.S

    Log message:
    longjmp(..., 0) is not really legal, but all other archs I've looked
    at make sure that setjmp doesn't return 0 if longjmp is passed a 0.
    Avoid surprises.