Skip to content
Prev 30378 / 63421 Next

*** buffer overflow detected ***: /usr/lib64/R/bin/exec/R terminated on R 2.6.2 to 2.8.0: logging a bug?

On 10/31/2008 11:09 AM, Corrado wrote:
See Prof. Ripley's message.  RODBC is passing a buffer and buffer size 
to the ODBC driver, and that driver is overflowing the buffer.  You 
could probably hide this bug by making the buffer larger, but the real 
fix is for the driver to take account of the buffer size it is being given.

Duncan Murdoch