Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • early-display
  • variant-emmc-nvme-boot
  • 2023-01-25
  • v3
  • variant-emmc-nvme-boot
  • 2020-06-01
7 results

f_fastboot.c

Forked from Reform / reform-boundary-uboot
Source project has a limited visibility.
  • nicolas.le.bayon@st.com's avatar
    b1f2a17c
    usb: gadget: avoid variable name clipping in cb_getvar · b1f2a17c
    nicolas.le.bayon@st.com authored
    
    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: default avatarNicolas Le Bayon <nicolas.le.bayon@st.com>
    Reviewed-by: default avatarMarek Vasut <marex@denx.de>
    Acked-by: default avatarLukasz Majewski <lukma@denx.de>
    b1f2a17c
    History
    usb: gadget: avoid variable name clipping in cb_getvar
    nicolas.le.bayon@st.com authored
    
    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: default avatarNicolas Le Bayon <nicolas.le.bayon@st.com>
    Reviewed-by: default avatarMarek Vasut <marex@denx.de>
    Acked-by: default avatarLukasz Majewski <lukma@denx.de>