Various fixes from emails Joachim Nilsson sent to tech@ many moons
authorlum <lum@openbsd.org>
Wed, 24 Feb 2021 14:17:18 +0000 (14:17 +0000)
committerlum <lum@openbsd.org>
Wed, 24 Feb 2021 14:17:18 +0000 (14:17 +0000)
commit3a7db4df800a3b73c194d34a17f9f56c753d16cd
treec57dcb43c2d2144b4ffe381282bcda3a88fbf170
parenta972a8b72bdb56bfb9dca1d7c3c9291d5832e081
Various fixes from emails Joachim Nilsson sent to tech@ many moons
ago. Sorry for the delay.

- Make sure we don't deref NULL ptr in skipwhite()
- Only deref vendp if not NULL
- Strings must be at least 2 chars for terminating NUL character
usr.bin/mg/interpreter.c