Torvald Riegel 213a2be7b4 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.
2015-07-07 13:40:12 +02:00
..
2015-05-19 09:43:54 -07:00
2015-07-01 17:50:15 +00:00
2015-02-08 18:46:00 +01:00
2015-07-01 17:24:37 +00:00
2015-06-19 13:47:59 +02:00