9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* fix to acme
@ 1996-08-24 19:39 Rob
  0 siblings, 0 replies; only message in thread
From: Rob @ 1996-08-24 19:39 UTC (permalink / raw)


Some time ago, someone posted a way to crash acme by creating
and deleting colums.  The fix is in /sys/src/cmd/acme/rows.l
Change

	if(c == nil){
		c = malloc(sizeof(Column));
		c->init(r);
	}else

to

	if(c == nil){
		c = malloc(sizeof(Column));
		c->init(r);
		reffont.inc();
	}else




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1996-08-24 19:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-08-24 19:39 fix to acme Rob

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).