From 75ae2b026c99896ec0aa574ff985992ff422c3b2 Mon Sep 17 00:00:00 2001 From: Matthew Bentham Date: Thu, 19 Sep 2019 12:04:13 +0100 Subject: Fix illegal use of anonymous stack veriable in Deserializer Temporary lifetime extension certainly applies where the local variable is a const reference, but in this case (non-const refernece) address sanitizer was reporting a problem. In any case in other places that we use ToTensorInfo we store the value, so I think the original code here was a mistake. Change-Id: I55e185c46b1bf367a96d7d8c411ef86f07e8bd8d Signed-off-by: Matthew Bentham --- src/armnnDeserializer/Deserializer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/armnnDeserializer/Deserializer.cpp') diff --git a/src/armnnDeserializer/Deserializer.cpp b/src/armnnDeserializer/Deserializer.cpp index f8ec2e79cf..1dab9bf74f 100644 --- a/src/armnnDeserializer/Deserializer.cpp +++ b/src/armnnDeserializer/Deserializer.cpp @@ -2481,7 +2481,7 @@ void Deserializer::ParseStack(GraphPtr graph, unsigned int layerIndex) for (unsigned int i=0; i