Skip to content

Fixing possible buffer overflow#141

Closed
Abhinav95 wants to merge 4 commits intoCCExtractor:masterfrom
Abhinav95:master
Closed

Fixing possible buffer overflow#141
Abhinav95 wants to merge 4 commits intoCCExtractor:masterfrom
Abhinav95:master

Conversation

@Abhinav95
Copy link
Copy Markdown
Contributor

Modifying 3rd argument of strncat()
Refactoring 256 (magic number) to sizeof(str)/sizeof(char)

Typecasting arguments to sprintf() in ts_tables_epg.c
Avoiding buffer overflow in strncat() in 608_spupng.c
Fixes GCC warning for 608_spupng.c
Refactoring 256 (magic number) to sizeof(str)/sizeof(char)
'\n' should be treated as a single character, not as an escaped
backspace followed by an n ('\\'+'n')
@Abhinav95 Abhinav95 closed this Mar 7, 2015
hrideshmg pushed a commit to hrideshmg/ccextractor that referenced this pull request Mar 12, 2025
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

Successfully merging this pull request may close these issues.

1 participant