# HG changeset patch # User Paul Boddie # Date 1487004869 -3600 # Node ID 26f221305c300fd1f46462b865a889191d396db8 # Parent 7c5a7efcaf14046c5f3fe9d923b58916d16f6384 Set instantiator arguments to null, preventing context test rejection. diff -r 7c5a7efcaf14 -r 26f221305c30 templates/progops.c --- a/templates/progops.c Mon Feb 13 17:52:59 2017 +0100 +++ b/templates/progops.c Mon Feb 13 17:54:29 2017 +0100 @@ -158,7 +158,7 @@ { /* Reserve space for the instance. */ - __attr args[1]; + __attr args[1] = {__NULL}; /* Return instances as provided. */