libmodes
libmodes copied to clipboard
a few fixes in test.c
- added a missing include,
- allocate enough room for a null byte on the heap for msg (the first test failed on my system)
- initialize the msg heap chunk with null bytes.