Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/path/filepath/match_test.go

    		if err != nil {
    			t.Errorf("Glob error for %q: %s", pattern, err)
    			continue
    		}
    		if len(matches) != 0 {
    			t.Errorf("Glob(%#q) = %#v want []", pattern, matches)
    		}
    	}
    }
    
    func TestCVE202230632(t *testing.T) {
    	// Prior to CVE-2022-30632, this would cause a stack exhaustion given a
    	// large number of separators (more than 4,000,000). There is now a limit
    	// of 10,000.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 22 16:38:19 UTC 2024
    - 8.6K bytes
    - Viewed (0)
Back to top