On 10 April 2017 at 09:33, Olliver Schinagl <[email protected]> wrote: > In the current net stack, we have a few functions to get and set > the "ethaddr" and "ethNaddr" environment variables, which use magic > values to get and set these environment variables. Remove the magicness > of the buffer by defining it proper and also check the input for its > length. > > Additionally use the define in fdt parser where the ethaddr variables > are also used. > > Signed-off-by: Olliver Schinagl <[email protected]> > --- > common/fdt_support.c | 2 +- > include/net.h | 1 + > net/eth_common.c | 14 +++++++++----- > 3 files changed, 11 insertions(+), 6 deletions(-)
Reviewed-by: Simon Glass <[email protected]> -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
