mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-16 13:35:45 +00:00
OCR - jumps based on uninitialised values #254
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 @cfsmp3 on GitHub (Jan 24, 2017).
Originally assigned to: @Abhinav95 on GitHub.
==22257== Conditional jump or move depends on uninitialised value(s)
==22257== at 0x428EC5: compare_rect_by_ypos (ocr.c:705)
==22257== by 0x454991: shell_sort (ccx_encoders_helpers.c:459)
==22257== by 0x428FBF: paraof_ocrtext (ocr.c:749)
==22257== by 0x44E7B3: write_cc_bitmap_as_srt (ccx_encoders_srt.c:103)
==22257== by 0x42D83C: encode_sub (ccx_encoders_common.c:1174)
==22257== by 0x43B7F6: dinit_libraries (lib_ccx.c:227)
==22257== by 0x407CB4: main (ccextractor.c:435)