]> git.lizzy.rs Git - plan9front.git/commit
upas/fs: remove read timeout via alarm(2) in pop3resp
authorAlex Musolino <alex@musolino.id.au>
Mon, 20 May 2019 05:30:14 +0000 (15:00 +0930)
committerAlex Musolino <alex@musolino.id.au>
Mon, 20 May 2019 05:30:14 +0000 (15:00 +0930)
commitd7aa56c073abea325fb52821b49fa453bacd3922
tree1b7b29e541d10147202f4631fd233f7b96634a2f
parentc35f95de2ad2d44cb2126363df952c87a334d880
upas/fs: remove read timeout via alarm(2) in pop3resp

The alarm note is not handled by upas/fs, so if and when it did fire,
the pop3 client process would terminate rendering the entire fs
unresponsive.
sys/src/cmd/upas/fs/pop3.c