bug-groff
[Top][All Lists]
Advanced

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

Re: [bug #64301] [troff] susceptible to integer overflow


From: Collin Funk
Subject: Re: [bug #64301] [troff] susceptible to integer overflow
Date: Mon, 15 Jul 2024 17:03:53 -0700
User-agent: Gnus/5.13 (Gnus v5.13)

Hi,

"G. Branden Robinson" <INVALID.NOREPLY@gnu.org> writes:

> Patch #7 was hosed.  Fixed that, and patch #12 (new) keeps all tests passing.
>
> Is the finish line in sight?

The ckd_* functions from gnulib are very helpful.

Not directly related, but I noticed that groff uses a ./bootstrap script
which is 2 years behind gnulib updates.

Whenever you update the gnulib git submodule I would recommend running:

    $ ./bootstrap --bootstrap-sync

before committing. Since it sometimes has features/bug fixes. After
running it from master:

    $ git diff --stat
    bootstrap | 1924 [...]
    1 file changed, 1181 insertions(+), 743 deletions(-)

Thanks,
Collin



reply via email to

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