What steps will reproduce the problem?
arm-apple-darwin11-ar cr 3.a 1.o 2.o
Bug in emulated.c:
readlink does not append null.
Fix:
diff ./emulated.c ../../Patch/cctools-836/libstuff/emulated.c
24d23
< path[ret_size]=0;
SVN code should work but malloc is not necessary.
Original issue reported on code.google.com by titan....@gmail.com on 5 Jan 2013 at 2:35
Original issue reported on code.google.com by
titan....@gmail.com
on 5 Jan 2013 at 2:35Attachments: