summaryrefslogtreecommitdiff
path: root/sys/src/cmd/cwfs/portdat.h
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@centraldogma>2011-09-07 02:46:38 +0200
committercinap_lenrek <cinap_lenrek@centraldogma>2011-09-07 02:46:38 +0200
commit42f37419b65199482a5d951bc6e451c558b3a10e (patch)
treef34b23edbb456d6ac8614229a91ceb753aec808f /sys/src/cmd/cwfs/portdat.h
parentcd3b567ea0629dea0f3f816af23774bc62c75bab (diff)
cwfs: fix use after free bug (ai->cuid), remove waitedfor abort()
Diffstat (limited to 'sys/src/cmd/cwfs/portdat.h')
-rw-r--r--sys/src/cmd/cwfs/portdat.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/cmd/cwfs/portdat.h b/sys/src/cmd/cwfs/portdat.h
index 3b17db295..ffa510230 100644
--- a/sys/src/cmd/cwfs/portdat.h
+++ b/sys/src/cmd/cwfs/portdat.h
@@ -164,7 +164,6 @@ struct Queue
Rendez empty;
Rendez full;
- int waitedfor; /* flag */
char* name; /* for debugging */
int size; /* size of queue */