Don't want to see this first frame:
Uninitialized value was created by a heap allocation
#0 0x7fcf3e07cd49 in __msan_allocated_memory
#1 ...
Need to do smth like this in __msan_allocated_memory:
GET_CALLER_PC_BP_SP;
(void)sp;
GET_STORE_STACK_TRACE_PC_BP(pc, bp);
Original issue reported on code.google.com by euge...@google.com on 24 Sep 2014 at 9:17
Original issue reported on code.google.com by
euge...@google.com
on 24 Sep 2014 at 9:17