Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for libfuzzerCall4 (0.32 sec)

  1. src/runtime/libfuzzer.go

    //go:build libfuzzer
    
    package runtime
    
    import "unsafe"
    
    func libfuzzerCallWithTwoByteBuffers(fn, start, end *byte)
    func libfuzzerCallTraceIntCmp(fn *byte, arg0, arg1, fakePC uintptr)
    func libfuzzerCall4(fn *byte, fakePC uintptr, s1, s2 unsafe.Pointer, result uintptr)
    
    // Keep in sync with the definition of ret_sled in src/runtime/libfuzzer_amd64.s
    const retSledSize = 512
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 23 01:12:02 UTC 2022
    - 6.3K bytes
    - Viewed (0)
Back to top