aboutsummaryrefslogtreecommitdiff
path: root/src/pklib/implode.c
AgeCommit message (Collapse)Author
2024-08-18Merge pull request #356 from pionere/replengthLadislav Zezula
use MAX_REP_LENGTH
2024-08-18use MAX_REP_LENGTHpionere
use MAX_REP_LENGTH everywhere in implode.c + fix a typo
2024-08-18use int instead of short in FindReppionere
use int instead of short to fix a (false positive) vulnerability warning. Even though is not necessary (because the value is limited to 0x204), the generated code seems to be better as well, because a zero-extension becomes unnecessary.
2022-04-18remove incorrect notespionere
2022-04-18get rid of nChCodepionere
2022-04-17use USHRT_MAX, otherwise it wont work properly on platforms where short has ↵pionere
a different (not 16) size
2020-11-23Removed trailing whitespaceLadislav Zezula
2020-08-14Removed if statement, which always evaluates to trueLajos.Meszaros
2020-05-10* ZLIB updatedLadislav Zezula
* Minor fixes
2015-05-28+ Fixed defects found by Coverity (well, most of them)Ladislav Zezula
2013-01-11Initial creationLadislav Zezula