commit 64044a070aab10224b1ccfc1a974887d5ec0c7aa from: rsc date: Sun Mar 21 20:42:11 2004 UTC Initialization bug reported by Taj Khattra. commit - bbbc97b008d49b99cb0f1abdc6aee17a77086326 commit + 64044a070aab10224b1ccfc1a974887d5ec0c7aa blob - 5c768764007376debc637cac3077de56be437c8a blob + c5a2c4244d4e5e41c372ea8b8b487447d87915e3 --- src/cmd/9term/9term.c +++ src/cmd/9term/9term.c @@ -1536,6 +1536,7 @@ plumb(uint q0, uint q1) pm->dst = 0; pm->wdir = strdup(w); pm->type = strdup("text"); + pm->data = nil; if(q1 > q0) pm->attr = nil; else{