Nobuhiro MIKI
Nobuhiro MIKI
The init function defined in the go-charset package must be called. The following code causes a related bug. ``` $ cat test.go package main import ( "github.com/advancedlogic/GoOse" ) func main()...
Passing nil as an argument to 'ExtractIntoStructPtr' causes "panic: runtime error: invalid memory address or nil pointer dereference". This is an invalid argument and should be corrected to return an...
Accidentally passing nil to 'ExtractIntoStructPtr' function would cause panic. You can reproduce this by adding the following code to testing/results_test.go . ```go func TestUnmarshalNilPointer(t *testing.T) { var x *TestPerson err1...
Go can detect race conditions by giving the `-race` option. According to the results, there is apparently a data race for virtio net in cdd468358729 ("Merge pull request #135 from...
TODO: We need to more test cases.