]> git.tuebingen.mpg.de Git - paraslash.git/commit
sched: Dont use fixed-size buffer for task names.
authorAndre Noll <maan@systemlinux.org>
Thu, 2 Jan 2014 01:16:33 +0000 (01:16 +0000)
committerAndre Noll <maan@systemlinux.org>
Sun, 25 May 2014 13:39:01 +0000 (15:39 +0200)
commit69a294cd641c623db61f46ee86901845789a1c7b
tree99e810287fd0b95eb3ca9451c69df6cf1b3e9f4b
parent721ab0e5ab4b6533e0464e61ad655596f9f6904c
sched: Dont use fixed-size buffer for task names.

This is not more complicated than the strncpy(), and it allows for
arbitrary long task names.
sched.c