Go to file
Elliott Hughes 20f8aec897 Fix use-after-free errors in stdio_test.
fclose(3) frees the passed-in FILE*. We should close(2) the underlying fd,
not fclose(3) the stream, if we want to test what happens with a stream
we can't read from.

Bug: 14466691
Change-Id: I99fed5904b0266b9c6ae05d0b9cf2e926446c064
2014-05-12 15:15:37 -07:00
benchmarks Add ability to run on host for x86/x86_64. 2014-05-01 13:44:57 -07:00
libc Merge "Reserve space for the future in statvfs(64)" 2014-05-12 09:59:57 +00:00
libdl Add android_dlopen_ext() interface to linker. 2014-04-17 13:50:55 +01:00
libm Declare sincos/sincosf/sincosl in <math.h>. 2014-05-08 21:19:12 -07:00
libstdc++ Clean up warnings in libstdc++. 2014-02-18 12:02:37 -08:00
linker Cleanup: updated comments 2014-05-12 11:47:10 -07:00
tests Fix use-after-free errors in stdio_test. 2014-05-12 15:15:37 -07:00
.gitignore Merge memory checking functionality from sandbox 2010-02-16 11:43:18 -08:00
ABI-bugs.txt PTHREAD_KEYS_MAX cleanup. 2013-12-12 12:51:08 -08:00
Android.mk Remove the simulator target from all makefiles. 2011-07-11 22:11:41 -07:00
CleanSpec.mk Add an empty CleanSpec.mk 2010-03-08 18:04:02 -08:00
HACKING.txt Clean up and document our hacks for building BSD source. 2014-04-21 17:13:46 -07:00