| 50 |
copying) then anything might happen. Overflowing fixed length strings is |
copying) then anything might happen. Overflowing fixed length strings is |
| 51 |
a favourite cracker technique. */ |
a favourite cracker technique. */ |
| 52 |
|
|
| 53 |
#if !defined(DOXYGEN) |
#if !defined(__DOXYGEN__) |
| 54 |
|
|
| 55 |
; 9 words, (14 + strlen(src) * 7) cycles |
; 9 words, (14 + strlen(src) * 7) cycles |
| 56 |
|
|
| 70 |
.strcpy_end: |
.strcpy_end: |
| 71 |
.size _U(strcpy), .strcpy_end - _U(strcpy) |
.size _U(strcpy), .strcpy_end - _U(strcpy) |
| 72 |
|
|
| 73 |
#endif /* not DOXYGEN */ |
#endif /* not __DOXYGEN__ */ |