OSDN Git Service

Replace variable-length arrays on stack with malloc.
authorAmit Mahajan <amitmahajan@google.com>
Mon, 15 Aug 2016 16:06:34 +0000 (09:06 -0700)
committerAmit Mahajan <amitmahajan@google.com>
Mon, 15 Aug 2016 16:06:34 +0000 (09:06 -0700)
commit49db26c574687ccbbd033f30bca516e44ba06a21
tree6ff595a5e611c8b11e9c989e8de249132c75fba4
parent05c2307a8212263a4d3fb630cca8c0bb8e600e11
Replace variable-length arrays on stack with malloc.

Bug: 30202619
Change-Id: Ib95e08a1c009d88a4b4fd8d8fdba0641c6129008
libril/RilSapSocket.cpp