| commit | 35eb265421dc36b6db8f8181a6b8167eae3bf4bd | [log] [tgz] |
|---|---|---|
| author | Evgeniy Stepanov <eugeni.stepanov@gmail.com> | Wed Oct 22 00:12:40 2014 +0000 |
| committer | Evgeniy Stepanov <eugeni.stepanov@gmail.com> | Wed Oct 22 00:12:40 2014 +0000 |
| tree | d5f38baa75ec3cdba960027f5107287426c380ff | |
| parent | 875301b2c457dab401bd89dc01a734e1985373a9 [diff] |
[msan] Handle param-tls overflow. ParamTLS (shadow for function arguments) is of limited size. This change makes all arguments that do not fit unpoisoned, and avoids writing past the end of a TLS buffer. llvm-svn: 220351