-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
gofbp/components/io/readfile.go
Line 26 in f8e9654
| fname := icpkt.Contents.(string) |
In places like this check must be added
s, ok = value.(type)
ok is a bool and if it's false s is an empty string
Metadata
Metadata
Assignees
Labels
No labels