[PR #328] [MERGED] Fixed SegFaults while parsing parameters. Fixes issue #326 #1168

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

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/328
Author: @abhishek-vinjamoori
Created: 3/16/2016
Status: Merged
Merged: 3/16/2016
Merged by: @cfsmp3

Base: masterHead: Segfaults


📝 Commits (2)

  • a917695 Fixed SegFaults while parsing parameters. Fixes issue #326
  • 0424a47 Fixed Segfault while parsing unterminated outinterval(without paramters)

📊 Changes

1 file changed (+2 additions, -3 deletions)

View changed files

📝 src/lib_ccx/params.c (+2 -3)

📄 Description

Additional to #326 even, -outinterval throws a segfault. Fixed that by checking if it is the last argument.


🔄 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/328 **Author:** [@abhishek-vinjamoori](https://github.com/abhishek-vinjamoori) **Created:** 3/16/2016 **Status:** ✅ Merged **Merged:** 3/16/2016 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `Segfaults` --- ### 📝 Commits (2) - [`a917695`](https://github.com/CCExtractor/ccextractor/commit/a917695029ceca711d9fe181adb004901fcdf24e) Fixed SegFaults while parsing parameters. Fixes issue #326 - [`0424a47`](https://github.com/CCExtractor/ccextractor/commit/0424a474bc42abff337dfa4029567537e0226650) Fixed Segfault while parsing unterminated outinterval(without paramters) ### 📊 Changes **1 file changed** (+2 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `src/lib_ccx/params.c` (+2 -3) </details> ### 📄 Description Additional to #326 even, -outinterval throws a segfault. Fixed that by checking if it is the last argument. --- <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:59:57 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1168