Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 29721988 authored by Utkarsh Saxena's avatar Utkarsh Saxena
Browse files

kernel: net: Buffer overflow fix for Embms



This change fix the buffer overflow for embms by modifing
iface array size to 16

Change-Id: I79a8b112756218d95f82ad30232addbb0d89828e
Signed-off-by: default avatarUtkarsh Saxena <usaxena@codeaurora.org>
parent 558d13ea
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@
#include <linux/miscdevice.h>
#include <linux/spinlock.h>

#define EMBMS_MAX_IFACE_NAME    20
#define EMBMS_MAX_IFACE_NAME    16

/* Defining IP and UDP header related macros*/