Peter Rutenbar
Results
1
issues of
Peter Rutenbar
In case LZVN_7, ``` compBufferPointer = length; compBufferPointer -= negativeOffset; // sub %r12,%r8 if (compBufferPointer < negativeOffset) // jb Llzvn_exit { return 0; } ``` The condition should probably be...