Module Name: src Committed By: dholland Date: Thu Jun 10 05:24:56 UTC 2010
Modified Files: src/lib/libcurses: screen.c Log Message: After consultation with jdc@, apply the patch from PR 42412 even though the crash went away -- it's not clear that it went away for any reason besides by accident. The change is: use calloc instead of malloc for allocating SCREENs. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/lib/libcurses/screen.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.