mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
[PR #805] [MERGED] fix: possible segmentation faults in numerical_methods/mean.c
#1319
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/805
Author: @satbekmyrza
Created: 2/23/2021
Status: ✅ Merged
Merged: 2/23/2021
Merged by: @Panquesito7
Base:
master← Head:master📝 Commits (2)
6234ab4fixed possible segmentation fault7e180f2Update mean.c📊 Changes
1 file changed (+5 additions, -4 deletions)
View changed files
📝
numerical_methods/mean.c(+5 -4)📄 Description
Description of Change
Fixed a possible segmentation fault when no argument is provided. Additionally, made tiny changes to print statements.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.