Unused Value #227

Closed
opened 2026-01-29 16:38:30 +00:00 by claunia · 1 comment
Owner

Originally created by @sidgairo18 on GitHub (Jan 6, 2017).

Assigning value from ctx->filebuffer_pos to ctx->bytesinbuffer here, but that stored value is overwritten before it can be used.
In function void return_to_buffer(), filename - src/lib_ccx/file_functions.c

Originally created by @sidgairo18 on GitHub (Jan 6, 2017). Assigning value from `ctx->filebuffer_pos to ctx->bytesinbuffer` here, but that stored value is overwritten before it can be used. In function `void return_to_buffer()`, filename - src/lib_ccx/file_functions.c
Author
Owner

@sidgairo18 commented on GitHub (Jan 8, 2017):

Issue resolved with PR #611

@sidgairo18 commented on GitHub (Jan 8, 2017): Issue resolved with PR #611
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#227