summaryrefslogtreecommitdiff
path: root/sys/include/ndb.h
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@gmx.de>2012-03-23 04:02:34 +0100
committercinap_lenrek <cinap_lenrek@gmx.de>2012-03-23 04:02:34 +0100
commit9840c9f18e2b6a15f89ecb3cf6420d2329685c00 (patch)
tree7e05003deb7caabd3b67861330441323de953c66 /sys/include/ndb.h
parentd3e7560e04adc329c3ec2edb578cabb956ed44e5 (diff)
ndb/cs: fix use after free caused by flush/clunk happening before dns lookup finishes
Diffstat (limited to 'sys/include/ndb.h')
-rw-r--r--sys/include/ndb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/include/ndb.h b/sys/include/ndb.h
index eaf5f9859..9c57c11fe 100644
--- a/sys/include/ndb.h
+++ b/sys/include/ndb.h
@@ -31,7 +31,7 @@ struct Ndb
ulong mtime; /* mtime of db file */
Qid qid; /* qid of db file */
- char file[128];/* path name of db file */
+ char file[128]; /* path name of db file */
ulong length; /* length of db file */
int nohash; /* don't look for hash files */