about summary refs log tree commit diff
path: root/bits
diff options
context:
space:
mode:
authorTorvald Riegel <triegel@redhat.com>2015-07-03 20:35:26 +0200
committerTorvald Riegel <triegel@redhat.com>2015-07-07 13:40:12 +0200
commit213a2be7b4f08aba6d2e863106fa6c6b123f2360 (patch)
tree8b0cdfc9d91d06815ba33b5d500c9a4146a63a68 /bits
parent01964dd6638ecd6409d4d63979ba0e93aba742f5 (diff)
downloadglibc-213a2be7b4f08aba6d2e863106fa6c6b123f2360.tar.gz
glibc-213a2be7b4f08aba6d2e863106fa6c6b123f2360.tar.xz
glibc-213a2be7b4f08aba6d2e863106fa6c6b123f2360.zip
Do not create invalid pointers in C code of string functions.
Some of the x86 string functions create pointers based on input strings
that may be outside of the input strings.  When this happens in C code,
the compiler can potentially detect this, leading to warnings in
application code when those string functions are inlined.  Perform those
operations in the assembly code instead of the C code to fix this.
Diffstat (limited to 'bits')
0 files changed, 0 insertions, 0 deletions