Skip to content

(PR#10437) segfault on functions with 'source' attribute

1 message · Brian Ripley

#
I am not sure why you would want to do that, but the C code does assume 
source attributes were put there by R, and changing tests from !isNull to 
isString in a few places will fix that.

If there is a character vector "source" attribute it should be used: that 
is the point of such attributes.
On Mon, 19 Nov 2007, karl at huftis.org wrote: