[PATCH] Fix ps -l buffer overflow problem

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



That should also go mainline.


Signed-off-by : Sachin Sant <sachinp@xxxxxxxxxx>
Acked-by: Bernhard Walle <bwalle@xxxxxxx>


1 file changed, 1 insertion(+), 1 deletion(-)
task.c |    2 +-


That should also go mainline.


Signed-off-by : Sachin Sant <sachinp@xxxxxxxxxx>
Acked-by: Bernhard Walle <bwalle@xxxxxxx>

diff --git a/task.c b/task.c
--- a/task.c
+++ b/task.c
@@ -2902,7 +2902,7 @@
 {
 	int i, c;
 	struct task_context *tcp;
-	char format[10];
+	char format[15];
 	char buf[BUFSIZE];
 
        	tcp = FIRST_CONTEXT();
--
Crash-utility mailing list
Crash-utility@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/crash-utility

[Index of Archives]     [Fedora Development]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]     [Fedora Tools]

 

Powered by Linux