Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for asanglobals (0.11 sec)

  1. src/cmd/compile/internal/pkginit/initAsanGlobals.go

    	return globals
    }
    
    // createtypes creates the asanGlobal, asanLocation and defString struct type.
    // Go compiler does not refer to the C types, we represent the struct field
    // by a uintptr, then use type conversion to make copies of the data.
    // E.g., (*defString)(asanGlobal.name).data to C string.
    //
    // Keep in sync with src/runtime/asan/asan.go.
    // type asanGlobal struct {
    //	beg               uintptr
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 17 19:36:24 UTC 2023
    - 8.7K bytes
    - Viewed (0)
  2. src/cmd/cgo/internal/testsanitizers/testdata/asan_global5.go

    Austin Clements <******@****.***> 1683216807 -0400
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 12 11:59:56 UTC 2023
    - 311 bytes
    - Viewed (0)
  3. src/cmd/cgo/internal/testsanitizers/asan_test.go

    		{src: "asan_global4_fail.go", memoryAccessError: "global-buffer-overflow", errorLocation: "asan_global4_fail.go:21"},
    		{src: "asan_global5.go"},
    		{src: "arena_fail.go", memoryAccessError: "use-after-poison", errorLocation: "arena_fail.go:26", experiments: []string{"arenas"}},
    	}
    	for _, tc := range cases {
    		tc := tc
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 19 01:37:31 UTC 2023
    - 5.3K bytes
    - Viewed (0)
Back to top