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

Commit 4a4edbbf authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by Android Git Automerger
Browse files

am 7fecf5f4: Merge "Make addAddress locale safe"

* commit '7fecf5f4':
  Make addAddress locale safe
parents 14c0c989 7fecf5f4
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;
        }