octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #51948] GUI fails to start when Address Saniti


From: Rik
Subject: [Octave-bug-tracker] [bug #51948] GUI fails to start when Address Sanitizer is compiled in
Date: Thu, 14 Sep 2017 12:04:07 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Follow-up Comment #3, bug #51948 (project octave):

I fixed the problem in this cset
(http://hg.savannah.gnu.org/hgweb/octave/rev/f50ef29d874e).  This was a
classic off-by-one error where the amount of memory allocated for the terminal
was


lines * columns


but when the associated memory was used the calculation was


(lines + 1) * columns




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?51948>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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