Patch-ID# OBSOLETE Keywords: csh while loop memory leak Synopsis: OBSOLETE use 100399 Date: 04-Sep-91 SunOS release: 4.1 4.1.1 Topic: csh memory leak BugId's fixed with this patch: 1066556 1062988 1009620 1035458 1056394 1014273 Architectures for which this patch is available: sun3, sun4 Patches which may conflict with this patch: 100059 Obsoleted by: SunOS 4.1.2 Problem Description: Csh did not recover all the allocated memory after executed a program. A csh stays up forever will eventually fail when all the virtual memory is exhausted. This patch fixes this problem. INSTALL: a) become root su root b) save the original copy of csh mv /bin/csh /bin/csh.FCS c) install the new copy of csh cp -p sun4/csh /bin/csh (for sun4 machines) or cp -p sun3/csh /bin/csh (for sun3 machines) d) give the file the proper permissions chmod 0755 /bin/csh Estimated Size of this patch: 2 KB