Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for returnCorruptCRC32Zip (0.08 sec)

  1. src/archive/zip/reader_test.go

    				Content:  []byte("bar\n"),
    				Modified: time.Date(1979, 11, 30, 0, 0, 0, 0, time.UTC),
    				Mode:     0666,
    			},
    		},
    	},
    	{
    		Name:   "Bad-CRC32-in-data-descriptor",
    		Source: returnCorruptCRC32Zip,
    		File: []ZipTestFile{
    			{
    				Name:       "foo.txt",
    				Content:    []byte("foo\n"),
    				Modified:   time.Date(1979, 11, 30, 0, 0, 0, 0, time.UTC),
    				Mode:       0666,
    				ContentErr: ErrChecksum,
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Jul 25 00:25:45 UTC 2024
    - 55.6K bytes
    - Viewed (0)
Back to top