K 10
svn:author
V 6
iulius
K 8
svn:date
V 27
2015-05-05T17:23:25.791839Z
K 7
svn:log
V 375
Initialize ARTHANDLE objects before passing by value

Uninitialised fields have indeterminate values (6.2.4#5); this
includes trap representations (3.17.2).  The access to such fields
in the subsequent function calls that pass the ARTHANDLE has
undefined behaviour (s6.2.6.1).

The fix relies on 6.7.8#21.

All references to C99.

Thanks to Richard Kettlewell for the patch.

END
