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

2024-07-15 Thread G. Branden Robinson
Follow-up Comment #3, bug #64301 (group groff): Checkpoint. commit 21e441cc615f294dec9e3f296b7e6a8f8f5bc812 Author: G. Branden Robinson Date: Mon Jul 15 09:44:55 2024 -0500 XXX stdckdint bootstrap.conf (1/x) diff --git a/bootstrap.conf b/bootstrap.conf index 20bee83f1..0e34b056c 100644

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

2024-07-15 Thread G. Branden Robinson
Follow-up Comment #4, bug #64301 (group groff): Patch #7 was hosed. Fixed that, and patch #12 (new) keeps all tests passing. Is the finish line in sight? commit 22b79dc48ab3bcae3e37719ed39d50c3f7363db1 Author: G. Branden Robinson Date: Mon Jul 15 09:59:55 2024 -0500 XXX stdckdint numbe

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

2024-07-15 Thread Collin Funk
Hi, "G. Branden Robinson" 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