8 Star 0 Fork 18

src-anolis-os/bash

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
bash-2.02-security.patch 352 Bytes
一键复制 编辑 原始数据 按行查看 历史
geliwei 提交于 2021-01-20 08:55 +08:00 . import bash-4.4.19-10.el8.src.rpm
--- bash-2.02-orig/parse.y Wed Mar 25 18:16:23 1998
+++ bash-2.02/parse.y Sun Apr 19 16:46:34 1998
@@ -923,7 +923,7 @@
#if defined (READLINE)
char *current_readline_prompt = (char *)NULL;
-char *current_readline_line = (char *)NULL;
+unsigned char *current_readline_line = (unsigned char *)NULL;
int current_readline_line_index = 0;
static int
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-anolis-os/bash.git
git@gitee.com:src-anolis-os/bash.git
src-anolis-os
bash
bash
a8

搜索帮助