Christopher Ferris 172955a4e3 Replace snprintf calls in linker.
When enabling debug malloc, the snprintf calls in the linker fails to
update the buffer.

The problem is that snprintf makes a call to pthread_getspecific that
returns a valid pointer, but the data it points to is zero. This should
never happen and causes the snprintf to stop and do nothing.

Temporarily replace snprintf with a different implementation to work
around this issue.

Bug: 16874447
Bug: 17302493
Change-Id: I7a500f28adf153150cf2812fae745ff41f1c48d3
2014-08-27 15:30:43 -07:00
..
2014-07-28 22:00:01 -07:00
2014-08-15 14:18:26 -07:00
2014-08-27 15:30:43 -07:00
2014-08-13 09:30:52 -07:00
2014-05-14 10:02:03 -07:00
2014-08-27 15:30:43 -07:00
2012-10-30 16:35:38 -07:00