Re: [PATCH] Prevented buffer overflow in sprintf

2011-07-19 Thread Kristian Høgsberg
Right, oops, thanks for spotting. I just did send ? " -> " : "" instead in the printf arguments. Kristian On Tue, Jul 19, 2011 at 8:37 AM, Samuel Rødal wrote: > > ___ > wayland-devel mailing list > wayland-devel@lists.freedesktop.org > http://list

[PATCH] Prevented buffer overflow in sprintf

2011-07-19 Thread Samuel Rødal
>From 53c0369a9346db5e47dd95f1fae57acaf1ce5080 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20R=C3=B8dal?= Date: Tue, 19 Jul 2011 17:38:28 +0200 Subject: [PATCH] Prevent buffer overflow in sprintf --- wayland/connection.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --gi