History log of /frameworks/av/media/libstagefright/foundation/ANetworkSession.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1f87316768127dc569135f8a488786135b88c221 05-Apr-2016 Robert Shih <robertshih@google.com> ANetworkSession: avoid overflow in readMore

Bug: 25111892
Change-Id: I359c307d605069ec5a484aa18ff54e07f8e923a9
/frameworks/av/media/libstagefright/foundation/ANetworkSession.cpp
cfe302317c873001b0b35352d9f4f52c39f6f4b7 12-Aug-2015 Vishwath Mohan <vishwath@google.com> Fix benign unsigned integer overflow

Fixes a benign overflow error in ANetworkSession.cpp

Bug: 23110888
Change-Id: Ic64f5100ab1e3f2ffe247ca4f7b40d38c1ff0c2a
/frameworks/av/media/libstagefright/foundation/ANetworkSession.cpp
a1e8944a21e5833b7aadc451776f11797f5f9273 04-Feb-2015 Elliott Hughes <enh@google.com> Move AString's StringPrintf out of the way.

We should come back and replace AString with std::string and switch to the
"real" StringPrintf family, but this fixes the ODR violation that was
preventing us from booting.

Bug: 19265750
Change-Id: I798eb9ca5dd634e44625af5e583439ef9f0cdc35
/frameworks/av/media/libstagefright/foundation/ANetworkSession.cpp
5d5f8a5d3cf24b5dcf1267ef512b24caa695787a 14-May-2014 Amit Pundir <amit.pundir@linaro.org> libstagefright foundation: fix uninitialized varibale warning

gcc-4.9 reports warning for this uninitialized variable
and -Werror make this warning fatal.

Change-Id: I6901362246d53deeded78fa38ad656b167705346
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
/frameworks/av/media/libstagefright/foundation/ANetworkSession.cpp
d411b4ca2945cd8974a3a78199fce94646950128 11-Apr-2014 Andreas Huber <andih@google.com> warnings be gone.

(cherry picked from commit 84333e0475bc911adc16417f4ca327c975cf6c36)

Modified by Mark Salyzyn <salyzyn@google.com> to keep merge conflicts
or errors downstream to a minimum.

Change-Id: Ic3b272f9cbf3155001aabd2f79728f1bc31de613
/frameworks/av/media/libstagefright/foundation/ANetworkSession.cpp
67c036a3faada8b77d73cf81bd1b0be4cb60c562 19-Mar-2014 Colin Cross <ccross@android.com> libstagefright_foundation: fix printf format for 64-bit

Fixes build error:
frameworks/av/media/libstagefright/foundation/ANetworkSession.cpp:582:131: error: format '%d' expects argument of type 'int', but argument 4 has type 'size_t {aka long unsigned int}' [-Werror=format=]
ALOGI("%d datagrams remain queued.", mOutFragments.size());
^
cc1plus: all warnings being treated as errors

Change-Id: I69d1f086b8f1e450f107671c8f8f3ed696d170b4
/frameworks/av/media/libstagefright/foundation/ANetworkSession.cpp
8060060217ff16cd67c8f6a15c649f44c343acf0 18-Jul-2013 Andreas Huber <andih@google.com> ANetworkSession and ParsedMessage are now part of stagefright foundation.

Also fixes some bugs in ParseMessage and adds "WebSocket" mode to
ANetworkSession, something that's opt-in and should not affect existing clients
of the API.

Change-Id: I86d5748e0d818231d85d3590d86c2b41d4f8b1f1
/frameworks/av/media/libstagefright/foundation/ANetworkSession.cpp