mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-29 09:59:34 +00:00
[PR #141] [CLOSED] Fixing possible buffer overflow #1031
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?
📋 Pull Request Information
Original PR: https://github.com/CCExtractor/ccextractor/pull/141
Author: @Abhinav95
Created: 3/6/2015
Status: ❌ Closed
Base:
master← Head:master📝 Commits (4)
0886cb9Fixing GCC warnings7709b3aRemoving changes to ts_tables_epg.c905a10cFixing possible buffer overflow672c5a4Fixing incorrect newline character detection📊 Changes
4 files changed (+28 additions, -51 deletions)
View changed files
📝
src/lib_ccx/608_sami.c(+7 -15)📝
src/lib_ccx/608_smptett.c(+12 -20)📝
src/lib_ccx/608_spupng.c(+2 -2)📝
src/lib_ccx/608_srt.c(+7 -14)📄 Description
Modifying 3rd argument of strncat()
Refactoring 256 (magic number) to sizeof(str)/sizeof(char)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.