diff liboctave/ChangeLog @ 6680:cd39d4a0b671

[project @ 2007-05-31 20:23:45 by jwe]
author jwe
date Thu, 31 May 2007 20:23:45 +0000
parents 4cce89d792f1
children 8c8ef7e4821d
line wrap: on
line diff
--- a/liboctave/ChangeLog
+++ b/liboctave/ChangeLog
@@ -1,3 +1,8 @@
+2007-05-31  John W. Eaton  <jwe@octave.org>
+
+	* Array.cc (Array::get_size): Throw std::bad_alloc exception if
+	the computed size is too large for the size of Octave's index type.
+
 2007-05-23  John W. Eaton  <jwe@octave.org>
 
 	* oct-sparse.h: Don't surround included files with extern "C" { ... }.