mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-15 05:26:07 +00:00
Crash on PMT parsing #48
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 (Apr 12, 2015).
"http://www.worldtrad.org/Bones - 16.ts"
That file causes a crash here:
int write_section(struct lib_ccx_ctx _ctx, struct ts_payload *payload, unsigned char_buf, int size, int pos)
{
if (payload->pesstart)
{
memcpy(payload->section_buf, buf, size);
(size == -3)
@uajain commented on GitHub (Apr 14, 2015):
http://www.worldtrad.org/Bones : Link not working (here) !
If @cfsmp3 finds it working, can he/anyone upload to developer repository ?
@canihavesomecoffee commented on GitHub (Apr 14, 2015):
It's not broken, it's the total link you need: [http://www.worldtrad.org/Bones - 16.ts](http://www.worldtrad.org/Bones - 16.ts) - That's the reason why Carlos put it between quotes.
But I believe he fixed it already, though it would be better for @cfsmp3 to confirm this :)
@uajain commented on GitHub (Apr 14, 2015):
okay, got you :)
@cfsmp3 commented on GitHub (Apr 14, 2015):
Yes, this is fixed.