Max Bebök

Results 4 comments of Max Bebök

This issue is not about the functionality of the library, it's working fine as it is. It's about the fact that it's breaking other functions that the browser provides (like...

Looks like some test code was still left in for example: https://github.com/dagrejs/dagre-d3/commit/ebbb84f03bd169061f40d7a1df82cb3b51860187#diff-1d2b4ec6a34c39474f81032fe8451954R17 Is this behavior correct? Also look a few lines above

@jarikomppa This PR actually fixes a pretty serious memory corruption issue i was facing in my project. I traced this bug down with valgrind, where this exact function (`WavStreamInstance::seek`) was...

If anyone is still facing this problem https://github.com/jarikomppa/soloud/pull/336 fixed the bug for me. The issue was that looping wave-sounds sometimes call `seek` which causes invalid memory writes, corrupting random memory.