|
| From: | Rik |
| Subject: | [Octave-bug-tracker] [bug #42850] Reshape on sparse matrix leads to segfault |
| Date: | Wed, 13 Aug 2014 21:10:48 +0000 |
| User-agent: | Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 |
Follow-up Comment #3, bug #42850 (project octave):
Maybe not a fix, but at a minimum Octave should detect that tmp has overflowed
and error out rather than continuing on to segfault. I made that change on
the stable branch in this changeset
(http://hg.savannah.gnu.org/hgweb/octave/rev/35097be5007c).
I think the long term fix is to see if the division by new_nr can be pulled in
to the calculation sooner so that the full product of old_nc x old_nr is never
seen.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?42850>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |