bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Out of bounds read in parse.y.


From: Collin Funk
Subject: Re: Out of bounds read in parse.y.
Date: Wed, 28 Aug 2024 15:36:05 -0700
User-agent: Gnus/5.13 (Gnus v5.13)

Chet Ramey <chet.ramey@case.edu> writes:

> Thanks. Here's the simple reproducer:
>
> x()
> {
>     case y in
>         z)
>             if (! false); then
>               foo=bar
>             fi
>             ;;
>     esac
> }
>
>
> It was what I suspected.

Ah, nice! Thank you for the help.

Collin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]