Hi Paul,
> Some HP-UX versions have a broken 'calloc' that could explain the bug. The
> broken 'calloc' returns memory that isn't properly zeroed. Can you
> investigate
> whether zeroing the calloc memory fixes the bug? Perhaps something like the
> attached Gnulib patch?
This patch does not h
Some HP-UX versions have a broken 'calloc' that could explain the bug. The
broken 'calloc' returns memory that isn't properly zeroed. Can you investigate
whether zeroing the calloc memory fixes the bug? Perhaps something like the
attached Gnulib patch? Thanks.
diff --git a/lib/calloc.c b/lib/cal
On Sun, Dec 16, 2018 at 11:34 AM Bruno Haible wrote:
> > So grep worked on HP-UX before because it was using the system regex code?
>
> I don't know. Maybe GNU grep never worked on HP-UX hppa? Or maybe it worked
> only when compiled by gcc? Or maybe the machine I have access to has a
> particularl
Hi Jim,
> So grep worked on HP-UX before because it was using the system regex code?
I don't know. Maybe GNU grep never worked on HP-UX hppa? Or maybe it worked
only when compiled by gcc? Or maybe the machine I have access to has a
particularly buggy cc compiler? Or maybe GNU grep worked as long
On Sun, Dec 16, 2018 at 9:16 AM Bruno Haible wrote:
>
> More on this:
> > On HP-UX hppa (both 32-bit and 64-bit mode), regex and grep are broken.
>
> The result in different gnulib versions is the same (HP-UX hppa, 32-bit):
>
> Version Result
> -
> 20