From: Woody Wu <narkewoody@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] A Bug: xserver_xorg 1.12.4
Date: Mon, 9 Sep 2013 16:04:33 +0800 [thread overview]
Message-ID: <20130909080432.GA2684@zuhnb712.ap.bm.net> (raw)
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;
next reply other threads:[~2013-09-09 8:04 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-09 8:04 Woody Wu [this message]
2013-09-11 9:17 ` [Buildroot] A Bug: xserver_xorg 1.12.4 Thomas Petazzoni
2013-09-11 10:52 ` Peter Korsgaard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130909080432.GA2684@zuhnb712.ap.bm.net \
--to=narkewoody@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox