You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
xxx\sljit\test_src\sljitTestBuffers.h(96,1): warning C4789: in function 'test_buffer1' buffer 'jump' of size 24 bytes will be overrun; 8 bytes will be written starting at offset 24
jump[3] should be jump[2]
The text was updated successfully, but these errors were encountered:
MSVC gives warning
jump[3]
should bejump[2]
The text was updated successfully, but these errors were encountered: