llvm/test
David Majnemer 783db05d7b [SimplifyLibCalls] sprintf doesn't copy null bytes
sprintf doesn't read or copy the terminating null byte from it's string
operands.  sprintf will append it's own after processing all of the
format specifiers.

This fixes PR27526.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@267580 91177308-0d34-0410-b5e6-96231b3b80d8
2016-04-26 18:16:49 +00:00
..
Analysis [SCEV] Improve the run-time checking of the NoWrap predicate 2016-04-25 09:27:16 +00:00
Assembler DebugInfo: Remove MDString-based type references 2016-04-23 21:08:00 +00:00
Bindings
Bitcode Symbolize operand bundle blocks for bcanalyzer 2016-04-26 05:59:08 +00:00
BugPoint
CodeGen Swift Calling Convention: use %RAX for sret. 2016-04-26 18:08:06 +00:00
DebugInfo Refactor some more PDB reading code into DebugInfoPDB. 2016-04-26 16:20:00 +00:00
Examples
ExecutionEngine [powerpc] mark JIT tests as UNSUPPORTED on powerpc64 big endian 2016-04-26 03:59:19 +00:00
Feature
FileCheck
Instrumentation DebugInfo: Remove MDString-based type references 2016-04-23 21:08:00 +00:00
Integer
JitListener
LibDriver
Linker DebugInfo: Remove MDString-based type references 2016-04-23 21:08:00 +00:00
LTO
MC [AMDGPU] Assembler: basic support for SDWA instructions 2016-04-26 13:33:56 +00:00
Object Fix a typo in an error message. Caught by Sean Silva! 2016-04-21 21:20:40 +00:00
Other Re-commit optimization bisect support (r267022) without new pass manager support. 2016-04-22 22:06:11 +00:00
SymbolRewriter
TableGen
ThinLTO/X86 ThinLTOCodeGenerator: preserve linkonce when in "MustPreserved" set 2016-04-26 10:35:01 +00:00
tools [gold] Fix linkInModule and extend common.ll test. 2016-04-25 18:23:29 +00:00
Transforms [SimplifyLibCalls] sprintf doesn't copy null bytes 2016-04-26 18:16:49 +00:00
Unit
Verifier Verifier: Verify that each inlinable callsite of a debug-info-bearing function 2016-04-24 22:23:13 +00:00
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg
lit.site.cfg.in
TestRunner.sh