On 4/9/21 9:27 AM, Markus Armbruster wrote:
Connor Kuehl writes:
block/rbd.c hints that:
* Configuration values containing :, @, or = can be escaped with a
* leading "\".
Right now, much of the parsing code will allow anyone to escape
_anything_ so long as it's preceded by '\'.
Is this
Connor Kuehl writes:
> Hi,
>
> block/rbd.c hints that:
>
>> * Configuration values containing :, @, or = can be escaped with a
>> * leading "\".
>
> Right now, much of the parsing code will allow anyone to escape
> _anything_ so long as it's preceded by '\'.
>
> Is this the intended behavior? O
Hi,
block/rbd.c hints that:
* Configuration values containing :, @, or = can be escaped with a
* leading "\".
Right now, much of the parsing code will allow anyone to escape
_anything_ so long as it's preceded by '\'.
Is this the intended behavior? Or should the parser be updated to allo