diff options
author | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-09-07 02:46:38 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-09-07 02:46:38 +0200 |
commit | 42f37419b65199482a5d951bc6e451c558b3a10e (patch) | |
tree | f34b23edbb456d6ac8614229a91ceb753aec808f /sys/src/cmd/cwfs/portdat.h | |
parent | cd3b567ea0629dea0f3f816af23774bc62c75bab (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.h | 1 |
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 */ |