OSDN Git Service

Fix 32-bit int shifted >= 32 bits in SSLInputStream.
authorElliott Hughes <enh@google.com>
Thu, 24 Sep 2009 22:30:09 +0000 (15:30 -0700)
committerElliott Hughes <enh@google.com>
Thu, 24 Sep 2009 22:30:09 +0000 (15:30 -0700)
commit89ee05e66230907b334b810d3e7156a4afdd0580
tree9d21deaf686a5cf4cdb51abd4a51bc1055d0648a
parent0be7d6d2b9a0d58a327541ac9f3c37b7731f6d90
Fix 32-bit int shifted >= 32 bits in SSLInputStream.

This code isn't actually called by us, but it's public API.

Bug: 2099901
libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/SSLInputStream.java