+2009-09-29 Tom Tromey <tromey@redhat.com>
+
+ * python/py-value.c (valpy_string): NULL-terminate 'keywords'.
+
2009-09-29 Ulrich Weigand <uweigand@de.ibm.com>
* s390-tdep.c (s390_displaced_step_fixup): Use type ULONGEST
const char *user_encoding = NULL;
const char *la_encoding = NULL;
struct type *char_type;
- static char *keywords[] = { "encoding", "errors", "length" };
+ static char *keywords[] = { "encoding", "errors", "length", NULL };
if (!PyArg_ParseTupleAndKeywords (args, kw, "|ssi", keywords,
&user_encoding, &errors, &length))