mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-08 03:02:40 +02:00
bash asan fixes; minor documentation updates
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user