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>
Tue, 16 Aug 2016 22:12:44 +0000 (22:12 +0000)
commit943905bb9f99e3caa856b42c531e2be752da8834
tree6addf5cd9a94e11758663af5b39f6af31fbadbaa
parenta015339ee4484ad46ae8c60138f6e478cc0e3002
Replace variable-length arrays on stack with malloc.

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