bug-gnulib
[Top][All Lists]
Advanced

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

Re: diffseq: Segfault if two vectors are entirely different


From: Philip Chimento
Subject: Re: diffseq: Segfault if two vectors are entirely different
Date: Mon, 9 Feb 2015 22:53:06 -0800

On Sat, Feb 7, 2015 at 5:07 PM, Paul Eggert <address@hidden> wrote:
Philip Chimento wrote:
   ctxt.bdiag = work_buffer + expected_limit + actual_limit + 3;

That should be "ctxt.bdiag = ctxt.fdiag + expected_limit + actual_limit + 3;", and I expect that explains your trouble.

Thank you very much for spotting that. It was indeed what was causing the problem.

Regards,
--
Philip

reply via email to

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