Kenneth D. Merry e440863e06 Clear out the entire structure, not just the size of a pointer to it.
sys/dev/ocs/ocs_os.c:
	In ocs_thread_create(), use sizeof(*thread) (instead of
	sizeof(thread)) as the size argument to memset so that we clear
	out the entire thread structure instead of just a few bytes of it.

Submitted by:	jtl
MFC after:	3 days
2018-05-11 14:50:26 +00:00
..
2018-05-10 17:22:04 +00:00
2018-05-10 09:25:51 +00:00
2018-05-10 03:59:48 +00:00
2018-05-10 02:31:54 +00:00
2018-05-11 08:16:56 +00:00
2018-05-10 17:55:24 +00:00
2018-04-26 12:23:31 +00:00
2018-04-11 17:28:24 +00:00
2018-05-11 00:01:43 +00:00
2018-05-07 21:09:21 +00:00
2018-05-02 10:19:17 +00:00