From 50087dc3759d54b7b9e5583d1e5a7544261fe364 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Thu, 7 Jan 2010 00:42:10 +0100 Subject: [PATCH] sched.h: Explicitely mention size of task status buffer. --- sched.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sched.h b/sched.h index 26aaabe9..35b5c636 100644 --- a/sched.h +++ b/sched.h @@ -63,7 +63,7 @@ struct task { /** Position of the task in the post_select list of the scheduler. */ struct list_head post_select_node; /** Descriptive text and current status of the task. */ - char status[MAXLINE]; + char status[255]; }; /** -- 2.39.2