commit | a689bff4d5993bfb9f37aa8c43eb7368134d7c7b | [log] [tgz] |
---|---|---|
author | Leonard Chan <leonardchan@google.com> | Wed May 31 21:14:38 2023 +0000 |
committer | Leonard Chan <leonardchan@google.com> | Wed May 31 21:14:38 2023 +0000 |
tree | dc4838e930fcdaf7d6f495002f47c52a982e548f | |
parent | 9dc8621a63a0eb721168d49ad1f3f23c31620b06 [diff] |
[quickjs] Fix function type mismatches UBSan is finding function type mismatches for js_realloc_rt where the first argument should be an opaque void* rather than a JSRuntime*. This fixes some instances of function type mismatches to takea void*. Bug: 127108 Change-Id: I0ca77dfc8021e9fda592b7950dc80e88f2d985ac
Downloaded and updated manually from the QuickJS homepage.