[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] general.m4: fix AC_INIT with unquoted bug-report field
From: |
Zack Weinberg |
Subject: |
Re: [PATCH] general.m4: fix AC_INIT with unquoted bug-report field |
Date: |
Tue, 13 Oct 2020 16:58:46 -0400 |
On Tue, Oct 13, 2020 at 3:55 PM Ross Burton <ross@burtonini.com> wrote:
>
> The bug report field is passed unquoted to m4_define which causes
> problems if it contains values such as ',' (as seen in gmp).
>
> Ensure that the value is correctly quoted to solve this.
Thanks for the patch. FYI, before committing it I want to write some
tests for this problem and also double-check that there aren't any
other instances of this mistake in this rather complicated macro. I
probably won't have time to do that until next week, because I've got
a deadline for the day job coming up.
zw