diff liboctave/ChangeLog @ 10477:a9649f994b07

avoid segfault in string_vector constructor
author John W. Eaton <jwe@octave.org>
date Tue, 30 Mar 2010 15:24:39 -0400
parents 739109ef88ee
children d382db6b9d81
line wrap: on
line diff
--- a/liboctave/ChangeLog
+++ b/liboctave/ChangeLog
@@ -1,3 +1,8 @@
+2010-03-30  John W. Eaton  <jwe@octave.org>
+
+	* str-vec.cc (string_vector::string_vector (const char * const *)): 
+	Create empty string_vector object if arg is NULL.
+
 2010-03-29  Jaroslav Hajek  <highegg@gmail.com>
 
 	* idx-vector.cc (idx_vector::raw): New method.