Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:bmwiedemann:reproducible:distribution:ring0rb
bash
bash-4.1-completion.dif
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File bash-4.1-completion.dif of Package bash
--- bashline.c | 7 +++++++ 1 file changed, 7 insertions(+) --- bashline.c +++ bashline.c 2018-11-29 08:12:25.876588305 +0000 @@ -2206,6 +2206,13 @@ globword: return ((char *)NULL); } + if (GLOB_FAILED (glob_matches) || glob_matches == 0) + { + glob_ignore_case = old_glob_ignore_case; + glob_matches = (char **)NULL; + return ((char *)NULL); + } + while (val = glob_matches[local_index++]) { if (executable_or_directory (val))
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor