GNOME Bugzilla – Bug 633218
va_list in abstract/virtual methods generates segementation faults in valac
Last modified: 2011-01-15 09:24:18 UTC
Created attachment 173287 [details] Example code that makes valac segfault If an abstract/virtual methods contains a variable length argument valac segfaults. The attached example will generate a segfault: valac -o test va-list-abstract.vala
Created attachment 177916 [details] [review] Fix base class method compatibility check with the ellipsis parameter. Fixes bug 633218.
commit 51a150aac330b7b96a14e2ac8e4f8fdbf9b0b847 Author: Luca Bruno <lucabru@src.gnome.org> Date: Mon Jan 10 10:50:48 2011 +0100 Fix base class method compatibility check with the ellipsis parameter Fixes bug 633218.