Patch-ID# 100549-01
Keywords: lex core large inputfile
Synopsis: lex/4.1.1: lex core dumps on large input files
Date: 27-Mar-92
 
SunOS release: 4.1.1
 
BugId's fixed with this patch: 1085926

Architectures for which this patch is available: sun3, sun3x, sun4, sun4c

Problem Description:
	lex ends up munging an internal pointer on large input files,
	causing a segmentation fault.

INSTALL: 

As root save the original lex, then copy the appropriate architecture's
lex to /bin. Make it executeable.

For example:

	# become root
	# mv /bin/lex /bin/lex.orig
	# cp /sun4/lex /bin/lex
	# chmod 755 /bin/lex
