Module Name: src Committed By: snj Date: Thu Jan 7 07:08:34 UTC 2010
Modified Files: src/sys/kern [netbsd-5-0]: sys_sig.c Log Message: Pull up following revision(s) (requested by rmind in ticket #1199): sys/kern/sys_sig.c: revision 1.24 sigtimedwait: fix a memory leak (which happens since newlock2 times). Allocate ksiginfo on stack since it is safe and sigget() assumes that it is not allocated from pool (pending signals via sigput()/sigget() "mill" should be dynamically allocated, however). Might be useful to revisit later. Likely the cause of PR/40750 and indirect cause of PR/39283. To generate a diff of this commit: cvs rdiff -u -r1.17.4.2 -r1.17.4.2.2.1 src/sys/kern/sys_sig.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.