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

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

[Octave-bug-tracker] [bug #39925] imagesc crash


From: Rik
Subject: [Octave-bug-tracker] [bug #39925] imagesc crash
Date: Mon, 14 Oct 2013 15:20:16 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:24.0) Gecko/20100101 Firefox/24.0

Follow-up Comment #16, bug #39925 (project octave):

The proximate cause is line 2603 of gl-render.cc:


j0 += (xmin - im_xmin)/nor_dx + 1;


j0 is an integer and this calculation overflows producing a negative value for
j0.  Later, j0 is used as an index into an array which causes the segfault.

I still don't understand the root cause though.  It seems it shouldn't be
possible to reach here with the values of xmin and im_xmin.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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