K 10 svn:author V 3 kib K 8 svn:date V 27 2015-04-18T17:21:12.939780Z K 7 svn:log V 317 Initialize td_sel in the thread_init(). Struct thread is not zeroed on the initial allocation, but seltdinit() assumes that td_sel is NULL or a valid pointer. Note that thread_fini()/seltdfini() also relies on this, but correctly resets td_sel to NULL. Submitted by: luke.tw@gmail.com PR: 199518 MFC after: 1 week END