Fixed a longstanding bug that caused misleading error messages when
interpreting from files. The problem is that the line buffer memory
has been freed and possibly overwritten before the undefined word name
is displayed. The solution is to copy the word name to a dedicated
buffer.
|