Skip to content
  • Nick Wellnhofer's avatar
    d60b922b9c5e
    Fix hash callback signatures · d60b922b9c5e
    Nick Wellnhofer authored
    Make sure that all parameters and return values of hash callback
    functions exactly match the callback function type. This is required
    to pass clang's Control Flow Integrity checks and to allow compilation
    to asm.js with Emscripten.
    
    Fixes bug 784861.
    d60b922b9c5e
    Fix hash callback signatures
    Nick Wellnhofer authored
    Make sure that all parameters and return values of hash callback
    functions exactly match the callback function type. This is required
    to pass clang's Control Flow Integrity checks and to allow compilation
    to asm.js with Emscripten.
    
    Fixes bug 784861.
Loading