• Show log

    Commit

  • Hash : e03f0a19
    Author : Nick Wellnhofer
    Date : 2017-11-09T16:42:47

    Fix hash callback signatures
    
    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.