History log of /external/libunwind/src/x86_64/Gcreate_addr_space.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5fef17c05dd20ea6c0a6e3532177a916ef022a3c 05-Aug-2012 Tommi Rantala <tt.rantala@gmail.com> Fix memory leaks in unw_create_addr_space() wrong-endian error paths

Check the endianness earlier in unw_create_addr_space() on all
architectures to avoid leaking the dynamically allocated address space
struct.

This was already fixed for ARM in commit cf6a99879604 ("Fix memory leak
in ARM unw_create_addr_space()"). Move the endianness check also on ARM
to avoid malloc() & free() in the error case.
/external/libunwind/src/x86_64/Gcreate_addr_space.c
3eabce18b1e70c3b26975024e450977dfb4b84b9 06-Mar-2010 Konstantin Belousov <kostik@pooma.home> Include sys/types.h when needed.
/external/libunwind/src/x86_64/Gcreate_addr_space.c
a766efd844260866e0d216f6eeef87f4593f60b2 19-Aug-2004 ibm.com!masbock <ibm.com!masbock> (Logical change 1.249)
/external/libunwind/src/x86_64/Gcreate_addr_space.c
58e37267beb93d9ea5cb4da403f503a5aa4d842d 19-Aug-2004 ibm.com!masbock <ibm.com!masbock> Initial revision
/external/libunwind/src/x86_64/Gcreate_addr_space.c