GNOME Bugzilla – Bug 629693
Fix unitialized return value
Last modified: 2010-09-15 21:40:42 UTC
When throwing because only null-terminated arrays are supported, the return value was unitialized memory.
Created attachment 170265 [details] [review] Fix unitialized return value
Review of attachment 170265 [details] [review]: Looks right.