Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] A Bug: xserver_xorg 1.12.4
@ 2013-09-09  8:04 Woody Wu
  2013-09-11  9:17 ` Thomas Petazzoni
  0 siblings, 1 reply; 3+ messages in thread
From: Woody Wu @ 2013-09-09  8:04 UTC (permalink / raw)
  To: buildroot

In 2013.08, build is using 1.12.4 version of xserver_xorg package.
However, I found there is bug in this version, which cause the options
parsing of kdrive modules is not correct.

I attached a patch file in the message (not sure what's the correct way
to commit buildroot package patches).


-- 
I can't go back to yesterday - because I was a different person then
-------------- next part --------------
--- a/hw/kdrive/src/kinput.c	2012-08-19 23:41:37.000000000 +0800
+++ b/hw/kdrive/src/kinput.c	2013-09-09 15:52:26.353042088 +0800
@@ -1055,7 +1055,7 @@
 
     if (strchr(string, '=')) {
         tam_key = (strchr(string, '=') - string);
-        key = strndup(string, tam_key + 1);
+        key = strndup(string, tam_key);
         if (!key)
             goto out;
 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-09-11 10:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-09  8:04 [Buildroot] A Bug: xserver_xorg 1.12.4 Woody Wu
2013-09-11  9:17 ` Thomas Petazzoni
2013-09-11 10:52   ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox