Patch-ID# 100945-01 Keywords: leaks, data, displaying, continuous, swap, leak, memory, cmdtool Synopsis: SunOS 4.1.3: sunview cmdtool jumbo patch Date: Jan/13/94 SunOS release: 4.1.3, 4.1.3C Unbundled Product: Unbundled Release: Topic: SunOS 4.1.3: sunview cmdtool jumbo patch BugId's fixed with this patch: 1120824 Architectures for which this patch is available: sun4/4c Patches which may conflict with this patch: Obsoleted by: Solaris 2.0 Files included with this patch: 40009 909 sun4/libsuntool.a 51494 6 sun4/libsuntool.sa.0.54 31888 720 sun4/libsuntool.so.0.54 Problem Description: A cmdtool with a wraparound size set via the -M option will grow in data/stack size (as measured via ps -l) endlessly as inserts occur into that text window. This will eventually result in a crash of the cmdtool (taking whatever info the user has typed with it) when malloc eventually fails. INSTALL: 1/ mv /usr/lib/libsuntool.sa.0.40 /usr/lib/libsuntool.sa.0.40.FCS 2/ mv /usr/lib/libsuntool.so.0.40 /usr/lib/libsuntool.so.0.40.FCS 3/ mv /usr/lib/libsuntool.a /usr/lib/libsuntool.a.FCS 4/ cp -p patchdir/sun3/libsuntool.sa /usr/lib/libsuntool.sa.0.40 5/ cp -p patchdir/sun3/libsuntool.so /usr/lib/libsuntool.so.0.40 6/ cp -p patchdir/sun3/libsuntool.a /usr/lib/libsuntool.a 7/ ranlib -t /usr/lib/libsuntool.a 8/ ranlib -t /usr/lib/libsuntool.sa.0.54