libmodes icon indicating copy to clipboard operation
libmodes copied to clipboard

a few fixes in test.c

Open Vigeant opened this issue 4 years ago • 1 comments

  • 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.

Vigeant avatar May 04 '20 19:05 Vigeant