OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Todd C. Miller (millertcvs.openbsd.org)
Date: Thu Nov 12 2009 - 14:07:46 CST


CVSROOT: /cvs
Module name: src
Changes by: millertcvs.openbsd.org 2009/11/12 13:07:46

Modified files:
        bin/systrace : parse.y

Log message:
Only allocate memory for the regex after we've validated it instead
of allocating and later freeing if we didn't use it. OK deraadt miod