Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestCorruptedInputs (0.14 sec)

  1. src/internal/trace/internal/oldtrace/parser_test.go

    // license that can be found in the LICENSE file.
    
    package oldtrace
    
    import (
    	"bytes"
    	"internal/trace/version"
    	"os"
    	"path/filepath"
    	"strings"
    	"testing"
    )
    
    func TestCorruptedInputs(t *testing.T) {
    	// These inputs crashed parser previously.
    	tests := []string{
    		"gotrace\x00\x020",
    		"gotrace\x00Q00\x020",
    		"gotrace\x00T00\x020",
    		"gotrace\x00\xc3\x0200",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 3.4K bytes
    - Viewed (0)
Back to top