1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-12 09:58:36 +00:00
freebsd/usr.bin/find
Joerg Wunsch 704969a28c 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 \) ...
1997-03-10 19:20:39 +00:00
..
extern.h Implement a -delete option to find. The code is extremely paranoid and 1996-10-04 12:54:07 +00:00
find.1 Revert $FreeBSD$ to $Id$ 1997-02-22 19:58:13 +00:00
find.c
find.h Implement a -delete option to find. The code is extremely paranoid and 1996-10-04 12:54:07 +00:00
function.c The option "fstype" does not handle the argument "msdos" correctly. 1997-01-28 13:18:46 +00:00
ls.c Localize it 1996-08-12 11:39:24 +00:00
main.c Localize it 1996-08-12 11:39:24 +00:00
Makefile
misc.c
operator.c Fix a gross bug in the ! operator optimization code. The following 1997-03-10 19:20:39 +00:00
option.c Implement a -delete option to find. The code is extremely paranoid and 1996-10-04 12:54:07 +00:00