mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-19 21:48:13 +00:00
[PR #1243] [MERGED] Fix: Segmentation fault in merge_sort.c and print message #1833
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/TheAlgorithms/C/pull/1243
Author: @PKGzGMTH
Created: 3/31/2023
Status: ✅ Merged
Merged: 4/9/2023
Merged by: @Panquesito7
Base:
master← Head:master📝 Commits (8)
602b11dfix segmentation faultba565d6add a comments987c986add print error message when can't malloc and exit programbde81ddMerge branch 'master' into masterf0c9173Update sorting/merge_sort.caefaf26Update sorting/merge_sort.c73b4309Merge branch 'TheAlgorithms:master' into masterf3e6491Merge branch 'master' into master📊 Changes
1 file changed (+20 additions, -1 deletions)
View changed files
📝
sorting/merge_sort.c(+20 -1)📄 Description
Description of Change
Checklist
Notes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.