[PR #141] [CLOSED] Fixing possible buffer overflow #1031

Open
opened 2026-01-29 16:58:28 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/141
Author: @Abhinav95
Created: 3/6/2015
Status: Closed

Base: masterHead: master


📝 Commits (4)

  • 0886cb9 Fixing GCC warnings
  • 7709b3a Removing changes to ts_tables_epg.c
  • 905a10c Fixing possible buffer overflow
  • 672c5a4 Fixing 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.

## 📋 Pull Request Information **Original PR:** https://github.com/CCExtractor/ccextractor/pull/141 **Author:** [@Abhinav95](https://github.com/Abhinav95) **Created:** 3/6/2015 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`0886cb9`](https://github.com/CCExtractor/ccextractor/commit/0886cb93f92abe36b5446552ef9d1ea2eb8f1aac) Fixing GCC warnings - [`7709b3a`](https://github.com/CCExtractor/ccextractor/commit/7709b3a5d6ec49c1771886e141e8229afa2f8cca) Removing changes to ts_tables_epg.c - [`905a10c`](https://github.com/CCExtractor/ccextractor/commit/905a10c781fd922c85fe0a3320143d09b302efa5) Fixing possible buffer overflow - [`672c5a4`](https://github.com/CCExtractor/ccextractor/commit/672c5a4e8e4b9d256154c581ba6f1d4f1e4b763d) Fixing incorrect newline character detection ### 📊 Changes **4 files changed** (+28 additions, -51 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Modifying 3rd argument of strncat() Refactoring 256 (magic number) to sizeof(str)/sizeof(char) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 16:58:28 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1031