Skip to content
Prev 22749 / 63424 Next

eval(match.call()) (PR#9339)

harringt at stat.ubc.ca writes:
Yes, don't do that then ;-)

Part of the puzzle is that
match.call()

which looks like something with potential for infinite recursion, but
that doesn't seem to be issue since
f()
f()

does not exhibit the same crash. And indeed
*** buffer overflow detected ***: /usr/lib/R/bin/exec/R terminated
======= Backtrace: =========
/lib/libc.so.6(__chk_fail+0x41)[0x1f1161]
/lib/libc.so.6[0x1f0617]

does look like something that just Should Not Happen...
Ah, thanks. Sufficient information for once...