Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Mar 1997 11:20:41 -0800 (PST)
From:      Joerg Wunsch <joerg>
To:        CVS-committers, cvs-all, cvs-usrbin
Subject:   cvs commit:  src/usr.bin/find operator.c
Message-ID:  <199703101920.LAA16547@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
joerg       97/03/10 11:20:40

  Modified:    usr.bin/find  operator.c
  Log:
  Fix a gross bug in the ! operator optimization code.  The following
  kind of expressions caused a dereferencation of an uninitialized malloc
  area, yielding wrong expression evaluation at best, and core dumps at
  worst (malloc.conf -> AJ):
  
  	find ... ! \( expr1 ! expr2 \) ...
  
  Revision  Changes    Path
  1.3       +7 -1      src/usr.bin/find/operator.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199703101920.LAA16547>