bash asan fixes; minor documentation updates

This commit is contained in:
Chet Ramey
2023-03-15 14:59:24 -04:00
parent 01084938a1
commit 437b73931c
11 changed files with 2620 additions and 2551 deletions
+2
View File
@@ -1344,6 +1344,8 @@ bash_spell_correct_shellword (int count, int key)
break;
text = rl_copy_text (wbeg, wend);
if (text == 0 || *text == 0)
break;
newdir = dirspell (text);
if (newdir)