mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-22 14:09:51 +00:00
Bad Memset #229
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sidgairo18 on GitHub (Jan 8, 2017).
Was it intended to use '0' i.e. asci value 48 or should it be just 0 - the decimal number ?
bad_memset: "memset" with fill value "'0'" (the zero character) in
memset(filename + m, 48, strlen(num) - strlen(temp))