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

Commit ce9611aa authored by Greg Kaiser's avatar Greg Kaiser Committed by android-build-merger
Browse files

Merge "lmkd: Avoid potential out of buffer write" am: 3d8fbfad

am: 40aeb3c7

Change-Id: I7edc060bacde028ffed27c0214dbd26868803812
parents aa200f7e 40aeb3c7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1394,7 +1394,7 @@ static int zoneinfo_parse(struct zoneinfo *zi) {
    char *buf;
    char *save_ptr;
    char *line;
    char zone_name[LINE_MAX];
    char zone_name[LINE_MAX + 1];
    struct zoneinfo_node *node = NULL;
    int node_idx = 0;
    int zone_idx = 0;