On Sat, Nov 12 2022, Jeremie Courreges-Anglas wrote:
> On Thu, Nov 10 2022, Mikhail wrote:
>> On Thu, Nov 10, 2022 at 06:21:52PM +0100, Jeremie Courreges-Anglas wrote:
>>> On Thu, Nov 10 2022, Mikhail wrote:
>>> > On Thu, Nov 10, 2022 at 09:35:18AM +0100, Jeremie Courreges-Anglas wrote:
>>> >> O
On Thu, Nov 10 2022, Mikhail wrote:
> On Thu, Nov 10, 2022 at 06:21:52PM +0100, Jeremie Courreges-Anglas wrote:
>> On Thu, Nov 10 2022, Mikhail wrote:
>> > On Thu, Nov 10, 2022 at 09:35:18AM +0100, Jeremie Courreges-Anglas wrote:
>> >> On Thu, Nov 10 2022, Ross L Richardson wrote:
>> >> > Report
On Thu, Nov 10, 2022 at 06:21:52PM +0100, Jeremie Courreges-Anglas wrote:
> On Thu, Nov 10 2022, Mikhail wrote:
> > On Thu, Nov 10, 2022 at 09:35:18AM +0100, Jeremie Courreges-Anglas wrote:
> >> On Thu, Nov 10 2022, Ross L Richardson wrote:
> >> > Reported upstream (by me) as
> >> > https://bugs
On Thu, Nov 10 2022, Mikhail wrote:
> On Thu, Nov 10, 2022 at 09:35:18AM +0100, Jeremie Courreges-Anglas wrote:
>> On Thu, Nov 10 2022, Ross L Richardson wrote:
>> > Reported upstream (by me) as
>> >https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267684
>> >
>> > math/ministat has a silly b
On 2022/11/10 18:53:58 +0300, Mikhail wrote:
> FreeBSD version doesn't crash:
>
> [freefall ~] ministat - -
> ministat: Cannot open -: No error: 0
>
> It's because on line 652 (see code snippet above) we check if array
> element is set to NULL, and before that we either use 0 index for stdin
> o
On Thu, Nov 10, 2022 at 09:35:18AM +0100, Jeremie Courreges-Anglas wrote:
> On Thu, Nov 10 2022, Ross L Richardson wrote:
> > Reported upstream (by me) as
> > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267684
> >
> > math/ministat has a silly bug in which the code assumes that "-" will
On Thu, Nov 10, 2022 at 09:35:18AM +0100, Jeremie Courreges-Anglas wrote:
> On Thu, Nov 10 2022, Ross L Richardson wrote:
> > Reported upstream (by me) as
> > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267684
>[...]
>
> Indeed.
>
> > That way, ministat will error out complaining that,
On Thu, Nov 10 2022, Ross L Richardson wrote:
> Reported upstream (by me) as
> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267684
>
> math/ministat has a silly bug in which the code assumes that "-" will be
> specified no more than once at invocation:
>
> $ jot 3 | ministat - -
> Segm
Reported upstream (by me) as
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267684
math/ministat has a silly bug in which the code assumes that "-" will be
specified no more than once at invocation:
$ jot 3 | ministat - -
Segmentation fault (core dumped)
The problem is in the port