Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestCVE202230633 (0.17 sec)

  1. src/encoding/xml/read_test.go

    	if err == nil {
    		t.Fatal("Unmarshal did not fail")
    	} else if !errors.Is(err, errUnmarshalDepth) {
    		t.Fatalf("Unmarshal unexpected error: got %q, want %q", err, errUnmarshalDepth)
    	}
    }
    
    func TestCVE202230633(t *testing.T) {
    	if testing.Short() || runtime.GOARCH == "wasm" {
    		t.Skip("test requires significant memory")
    	}
    	defer func() {
    		p := recover()
    		if p != nil {
    			t.Fatal("Unmarshal panicked")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 26 19:58:28 UTC 2024
    - 29.1K bytes
    - Viewed (0)
Back to top