Skip to content

read: Avoid crash in interactive shell#116

Merged
magicant merged 1 commit into
trunkfrom
read-e
Feb 11, 2025
Merged

read: Avoid crash in interactive shell#116
magicant merged 1 commit into
trunkfrom
read-e

Conversation

@magicant

Copy link
Copy Markdown
Owner

The promptset_for_read function did not initialize the predict field of the promptset_T structure, which caused a crash when the read built-in reads input in an interactive shell.

Fixes #114

The promptset_for_read function did not initialize the predict field of
the promptset_T structure, which caused a crash when the read built-in
reads input in an interactive shell.

Fixes #114
@magicant magicant added the bug Something isn't working label Feb 11, 2025
@magicant magicant added this to the 2.59 milestone Feb 11, 2025
@magicant magicant self-assigned this Feb 11, 2025
@magicant
magicant merged commit e379edb into trunk Feb 11, 2025
@magicant
magicant deleted the read-e branch February 11, 2025 07:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Crash when using read command

1 participant