Files
gitea/modules
zeripath 332b2ecd21 Prevent intermittent race in attribute reader close (#19537)
There is a potential rare race possible whereby the c.running channel could
be closed twice. Looking at the code I do not see a need for this c.running
channel and therefore I think we can remove this. (I think the c.running
might have been some attempt to prevent a hang but the use of os.Pipes should
prevent that.)

Signed-off-by: Andrew Thornton <art27@cantab.net>

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: 6543 <6543@obermui.de>
2022-04-28 11:19:33 +08:00
..
2022-03-13 17:40:47 +01:00
2022-04-01 02:15:46 +02:00
2022-03-18 20:17:57 +01:00
2022-04-19 12:55:35 -04:00
2022-03-30 16:42:47 +08:00
2022-04-25 13:55:12 +08:00