vmwalker
Results
1
issues of
vmwalker
Hi, The `ktxTexture2_TranscodeBasis` function calls the `basisu_transcoder_init` function, which is not thread-safe. When `ktxTexture2_TranscodeBasis` is called simultaneously from multiple threads, the `basisu_transcoder_init` function may run concurrently in multiple threads, corrupting...