• Show log

    Commit

  • Hash : 4dd6d7a5
    Author : Nick Wellnhofer
    Date : 2017-11-09T17:28:00

    Fix list callback signatures
    
    Make sure that all parameters and return values of list 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.
    
    Also change the `user` parameter type from `const void *` to `void *`.