diff options
author | Henk <Henk.Vergonet@gmail.com> | 2005-10-12 09:02:56 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2005-10-28 19:47:44 -0400 |
commit | af64a5ebb817532965d18b792d6d74afecfb0bcf (patch) | |
tree | 7ecbcf59e4a79fdd8bef4e0874aa5abce8b91add /MAINTAINERS | |
parent | b81d34363c0b17c47f4ef63d5888c4f47f315d29 (diff) |
[PATCH] USB: Buffer overflow patch for Yealink driver
Just a small patch that fixes a small parameter validation bug.
drivers/usb/input/map_to_7segment.h:
This patch fixes the broken parameter validation in the char to seg7
conversion. This could cause out-of-bounds memory references.
MAINTAINERS:
Yealink maintainer info now in sorted order.
Documentation/input/yealink.txt:
Added a Q&A section that answers some common questions.
Signed-off-by: Henk <Henk.Vergonet@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
006491df1a13f85ad245d1039dfdf20e49c394fd
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 3928dc7d6ea9..2868b2879755 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -116,12 +116,6 @@ M: ajk@iehk.rwth-aachen.de | |||
116 | L: linux-hams@vger.kernel.org | 116 | L: linux-hams@vger.kernel.org |
117 | S: Maintained | 117 | S: Maintained |
118 | 118 | ||
119 | YEALINK PHONE DRIVER | ||
120 | P: Henk Vergonet | ||
121 | M: Henk.Vergonet@gmail.com | ||
122 | L: usbb2k-api-dev@nongnu.org | ||
123 | S: Maintained | ||
124 | |||
125 | 8139CP 10/100 FAST ETHERNET DRIVER | 119 | 8139CP 10/100 FAST ETHERNET DRIVER |
126 | P: Jeff Garzik | 120 | P: Jeff Garzik |
127 | M: jgarzik@pobox.com | 121 | M: jgarzik@pobox.com |
@@ -2863,6 +2857,12 @@ M: jpr@f6fbb.org | |||
2863 | L: linux-hams@vger.kernel.org | 2857 | L: linux-hams@vger.kernel.org |
2864 | S: Maintained | 2858 | S: Maintained |
2865 | 2859 | ||
2860 | YEALINK PHONE DRIVER | ||
2861 | P: Henk Vergonet | ||
2862 | M: Henk.Vergonet@gmail.com | ||
2863 | L: usbb2k-api-dev@nongnu.org | ||
2864 | S: Maintained | ||
2865 | |||
2866 | YMFPCI YAMAHA PCI SOUND (Use ALSA instead) | 2866 | YMFPCI YAMAHA PCI SOUND (Use ALSA instead) |
2867 | P: Pete Zaitcev | 2867 | P: Pete Zaitcev |
2868 | M: zaitcev@yahoo.com | 2868 | M: zaitcev@yahoo.com |