Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash on PMT parsing #153

Closed
cfsmp3 opened this issue Apr 12, 2015 · 4 comments
Closed

Crash on PMT parsing #153

cfsmp3 opened this issue Apr 12, 2015 · 4 comments

Comments

@cfsmp3
Copy link
Contributor

cfsmp3 commented 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
Copy link
Contributor

uajain commented 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
Copy link
Member

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
Copy link
Contributor

uajain commented Apr 14, 2015

okay, got you :)

@cfsmp3
Copy link
Contributor Author

cfsmp3 commented Apr 14, 2015

Yes, this is fixed.

@cfsmp3 cfsmp3 closed this as completed Apr 14, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants