1 Star 0 Fork 38

Wodahs/bash

forked from src-openEuler/bash 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
bash-4.3-memleak-lc_all.patch 617 Bytes
一键复制 编辑 原始数据 按行查看 历史
wangyuhang 提交于 2023-07-17 17:08 . bash: update to 5.2.15
From 4ac4f17be40d74aa997ba7b4691496cdcc8a2e84 Mon Sep 17 00:00:00 2001
From: liujian <[email protected]>
Date: Mon, 31 May 2021 22:53:51 +0800
Subject: [PATCH] bash-4.3-memleak-lc_all
---
locale.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/locale.c b/locale.c
index fabf7b1..d3f2665 100644
--- a/locale.c
+++ b/locale.c
@@ -80,8 +80,6 @@ set_default_locale ()
{
#if defined (HAVE_SETLOCALE)
default_locale = setlocale (LC_ALL, "");
- if (default_locale)
- default_locale = savestring (default_locale);
#else
default_locale = savestring ("C");
#endif /* HAVE_SETLOCALE */
--
2.33.0
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wodahs0/bash.git
[email protected]:wodahs0/bash.git
wodahs0
bash
bash
master

搜索帮助