mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
Probably memory leaks #234
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 @maxkoryukov on GitHub (Jan 12, 2017).
I think, there are memory leaks here:
6c733e96c9/src/lib_ccx/dvb_subtitle_decoder.c (L1657-1658)memcpyon line 1657 causes overwrites of pointers to the allocated memory:enc_ctx->prev->bufferenc_ctx->prev->sublineenc_ctx->prev->sbs_bufferThis memory is allocated in the function
ccx_encoders_common.c::init_encoder