summaryrefslogtreecommitdiff
path: root/cmd/postprocess-bythresh%2525252525252525252525252525253fh%2525252525252525252525...
diff options
context:
space:
mode:
authorNick White <git@njw.name>2020-06-02 16:32:15 +0100
committerNick White <git@njw.name>2020-06-02 16:32:15 +0100
commit7c564921465d2531db9308c14a21ac392fdcb289 (patch)
treebaffa48cf900dae9f29d8fc98b1071c1abf485e5 /cmd/postprocess-bythresh%2525252525252525252525252525253fh%2525252525252525252525252525253dv0.5.3&id%2525252525252525252525252525253ddc7b313c504d68165f1d1b085a6ce94eb6e8b55f
parent3d27bebcc9f0917923adcecd730d4e046c841276 (diff)
Fix race condition that could cause errors to be silently discarded
This was a nasty one. By closing the up channel, the up() function would finish and send to the done channel. This means that the select between err and done would be random as to which was picked, whereas of course if there has been an error that path must be taken.
Diffstat (limited to 'cmd/postprocess-bythresh%2525252525252525252525252525253fh%2525252525252525252525252525253dv0.5.3&id%2525252525252525252525252525253ddc7b313c504d68165f1d1b085a6ce94eb6e8b55f')
0 files changed, 0 insertions, 0 deletions