aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPimyn Girgis <bemenboshra2001@gmail.com>2024-10-18 10:43:56 +0000
committerDmitry Vyukov <dvyukov@google.com>2024-10-18 12:12:39 +0000
commitd5bf3ece94ecaabd4b1eeb0a398edd90943f81cf (patch)
tree69c2d229d93267c68b4baf1479ec0a5f25c3f8df /tools
parent0270e7290c090520569b42253bbe13ee1bdb0d92 (diff)
tools/syz-declextract: fix closing channel twice
Diffstat (limited to 'tools')
-rw-r--r--tools/syz-declextract/run.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/syz-declextract/run.go b/tools/syz-declextract/run.go
index b916c67a3..cfb7aefe8 100644
--- a/tools/syz-declextract/run.go
+++ b/tools/syz-declextract/run.go
@@ -107,7 +107,6 @@ func main() {
appendNodes(&nodes, parse.Nodes, syscallNames)
}
- close(files)
var out []byte
if *format == Minimal {
slices.Sort(minimalOutput)