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

Commit 7fecf5f4 authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by android code review
Browse files

Merge "Make addAddress locale safe"

parents 4ba4caed 3cd42dfd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -329,7 +329,7 @@ public class VpnService extends Service {
                throw new IllegalArgumentException("Bad address");
            }

            mAddresses.append(String.format(" %s/%d", address.getHostAddress(), prefixLength));
            mAddresses.append(' ' + address.getHostAddress() + '/' +  prefixLength);
            return this;
        }