]> git.ipfire.org Git - people/ms/u-boot.git/commit
usb: gadget: avoid variable name clipping in cb_getvar
authornicolas.le.bayon@st.com <nicolas.le.bayon@st.com>
Tue, 9 May 2017 15:58:36 +0000 (15:58 +0000)
committerTom Rini <trini@konsulko.com>
Fri, 12 May 2017 02:03:36 +0000 (22:03 -0400)
commitb1f2a17c780ce9b1d7666bcc6eef82ce9bb4b27f
tree24330fb3a6495a1c57c01a241973310e3e014596
parent1f5541c8818d3ecd243f9bbf58db9ea5f55a3195
usb: gadget: avoid variable name clipping in cb_getvar

Hi,

A kind reminder to look at this patch (already reviewed by Marek and acked by Lukasz), and if possible to put it in the next pull list, or the one after is timing is too short.

Thanks in advance for your time

Best Regards
Nicolas

-----Original Message-----
From: Nicolas LE BAYON
Sent: mardi 25 avril 2017 10:18
To: Nicolas LE BAYON <nicolas.le.bayon@st.com>; u-boot@lists.denx.de; lukma@denx.de; marex@denx.de
Cc: nlebayon@gmail.com; Patrice CHOTARD <patrice.chotard@st.com>; Jean-philippe ROMAIN <jean-philippe.romain@st.com>
Subject: [U-Boot][PATCH v7] usb: gadget: avoid variable name clipping in cb_getvar

From: Nicolas Le Bayon <nicolas.le.bayon@st.com>

Instead of using a fixed-size array to store variable name, preferring a dynamic allocation treats correctly all variable name lengths.
Variable names are growing through releases and features. By this way, name clipping is prevented.

Signed-off-by: Nicolas Le Bayon <nicolas.le.bayon@st.com>
Reviewed-by: Marek Vasut <marex@denx.de>
Acked-by: Lukasz Majewski <lukma@denx.de>
drivers/usb/gadget/f_fastboot.c