[bug #66052] [troff] possible 1-byte stack overwrite, heap overread

2024-08-30 Thread G. Branden Robinson
Follow-up Comment #7, bug #66052 (group groff): [comment #6 comment #6:] > Looking at the commit 568beeb2efed5299868585c9bf3c700413cf1a12, isn't there a typo where you made the change: > > - int num[WORD_MAX + 3]; > + int num[WORD_MAX + 2 + 1]; > > Shouldn't it be: > > -

[bug #66052] [troff] possible 1-byte stack overwrite, heap overread

2024-08-21 Thread Lukas Javorsky
Follow-up Comment #6, bug #66052 (group groff): Looking at the commit 568beeb2efed5299868585c9bf3c700413cf1a12, isn't there a typo where you made the change: - int num[WORD_MAX + 3]; + int num[WORD_MAX + 2 + 1]; Shouldn't it be: - int num[WORD_MAX + 3]; + int num

[bug #66052] [troff] possible 1-byte stack overwrite, heap overread

2024-08-08 Thread G. Branden Robinson
Update of bug #66052 (group groff): Status: In Progress => Fixed Open/Closed:Open => Closed Planned Release:None => 1.24.0 __

[bug #66052] [troff] possible 1-byte stack overwrite, heap overread

2024-08-08 Thread G. Branden Robinson
Update of bug #66052 (group groff): Item Group:None => Build/Installation ___ Follow-up Comment #4: Setting "Item Group" to "Build/Installation": "A groff component provokes diagnostics from build or

[bug #66052] [troff] possible 1-byte stack overwrite, heap overread

2024-08-07 Thread G. Branden Robinson
Follow-up Comment #3, bug #66052 (group groff): Confirmed the second case too. 2024-08-07 G. Branden Robinson [troff]: Fix Savannah #66052 (2/2). * src/roff/troff/input.cpp (temp_iterator::temp_iterator): Prevent potential heap overreads. Ensure that temporary

[bug #66052] [troff] possible 1-byte stack overwrite, heap overread

2024-08-07 Thread G. Branden Robinson
Update of bug #66052 (group groff): Summary: [troff] possible 1-byte stack and heap overruns => [troff] possible 1-byte stack overwrite, heap overread ___ Reply to this item at: