[PR #348] [MERGED] Fixing problems with XDS #1189

Open
opened 2026-01-29 17:00:11 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/348
Author: @Abhinav95
Created: 3/28/2016
Status: Merged
Merged: 3/29/2016
Merged by: @cfsmp3

Base: masterHead: master


📝 Commits (4)

  • 0e9d0e6 Fixing problems with XDS
  • edc3d85 Minor Refactoring
  • 02cd11e Fixing xds_write_to_file
  • 9379702 Fixing error in setting xds_write_to_file

📊 Changes

6 files changed (+17 additions, -10 deletions)

View changed files

📝 src/lib_ccx/ccx_decoders_common.c (+5 -5)
📝 src/lib_ccx/ccx_decoders_structs.h (+1 -1)
📝 src/lib_ccx/ccx_decoders_xds.c (+7 -1)
📝 src/lib_ccx/ccx_decoders_xds.h (+1 -1)
📝 src/lib_ccx/lib_ccx.c (+2 -2)
📝 src/lib_ccx/params.c (+1 -0)

📄 Description

Fixes #347
Always parsing XDS data. (ctx never initialized to null).
When using -xdsdebug, debug data always prints on screen but XDS data is written to file only in case of transcripts.


🔄 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/348 **Author:** [@Abhinav95](https://github.com/Abhinav95) **Created:** 3/28/2016 **Status:** ✅ Merged **Merged:** 3/29/2016 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`0e9d0e6`](https://github.com/CCExtractor/ccextractor/commit/0e9d0e6e46dd1be091695e75d88353b1c6fccc8b) Fixing problems with XDS - [`edc3d85`](https://github.com/CCExtractor/ccextractor/commit/edc3d85cd53a4199c5a722a1bd53b293ce22691c) Minor Refactoring - [`02cd11e`](https://github.com/CCExtractor/ccextractor/commit/02cd11ec7c7d28f523bd1f073040a97b37c50491) Fixing xds_write_to_file - [`9379702`](https://github.com/CCExtractor/ccextractor/commit/93797023e39b201432186882238dc843e2c8789e) Fixing error in setting xds_write_to_file ### 📊 Changes **6 files changed** (+17 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `src/lib_ccx/ccx_decoders_common.c` (+5 -5) 📝 `src/lib_ccx/ccx_decoders_structs.h` (+1 -1) 📝 `src/lib_ccx/ccx_decoders_xds.c` (+7 -1) 📝 `src/lib_ccx/ccx_decoders_xds.h` (+1 -1) 📝 `src/lib_ccx/lib_ccx.c` (+2 -2) 📝 `src/lib_ccx/params.c` (+1 -0) </details> ### 📄 Description Fixes #347 Always parsing XDS data. (ctx never initialized to null). When using -xdsdebug, debug data always prints on screen but XDS data is written to file only in case of transcripts. --- <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 17:00:11 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1189