[PR #1279] [CLOSED] [BUG] Segmentation fault in queue.c #1880

Open
opened 2026-01-29 15:25:41 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/1279
Author: @advaithas
Created: 6/16/2023
Status: Closed

Base: masterHead: master


📝 Commits (1)

📊 Changes

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

View changed files

📝 data_structures/queue/queue.c (+3 -1)

📄 Description

Fixed segmentation fault in deque() issue #1269


🔄 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/TheAlgorithms/C/pull/1279 **Author:** [@advaithas](https://github.com/advaithas) **Created:** 6/16/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`76285d8`](https://github.com/TheAlgorithms/C/commit/76285d8c25f8eefcc1ca607fd2b09e1982d7fc93) Advaitha ### 📊 Changes **1 file changed** (+3 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `data_structures/queue/queue.c` (+3 -1) </details> ### 📄 Description Fixed segmentation fault in deque() issue #1269 --- <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 15:25:41 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1880