diff options
author | Russ Cox <rsc@swtch.com> | 2007-08-22 09:14:25 -0400 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2007-08-22 09:14:25 -0400 |
commit | 4a6f0510731b99025c51ce4dc35eee08f697f91a (patch) | |
tree | fad7515ca92b2d788f32951ed67e06e5e0b831c7 /tmac | |
parent | ebda53e16b473c6ad8df070edd6f58e2e1e10994 (diff) | |
download | plan9port-4a6f0510731b99025c51ce4dc35eee08f697f91a.tar.gz plan9port-4a6f0510731b99025c51ce4dc35eee08f697f91a.tar.bz2 plan9port-4a6f0510731b99025c51ce4dc35eee08f697f91a.zip |
9pserve: fix a new race involving assert(c->nmsg == 0).
Just like outputthread can have processed the message
but not yet called msgput, the same is true of the
connoutthread, so we cannot check c->nmsg until
after the connoutthread has shut down gracefully.
Diffstat (limited to 'tmac')
0 files changed, 0 insertions, 0 deletions