mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-10 05:47:03 +00:00
[PR #137] [MERGED] Added NULL check. #367
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/137
Author: @svaniksharma
Created: 7/24/2018
Status: ✅ Merged
Merged: 2/10/2019
Merged by: @ashwek
Base:
master← Head:master📝 Commits (1)
fc6a345Added NULL check.📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
exercism/hello-world/hello_world.c(+1 -0)📄 Description
The solution presented is correct. However, for the sake of good practice, it is important that we check whether a call to
mallocorcallocis successful.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.