Message388273
Does mcrypt_generic() output base64 or ASCII-only data? Since you are converting the output to bytes, I assume the output may contain any byte. In that case strcpy() is not safe. You have to use memcpy().
Fun fact: Nintendo had a similar bug many years ago, check out "trucha bug" |
|
Date |
User |
Action |
Args |
2021-03-08 17:47:04 | christian.heimes | set | recipients:
+ christian.heimes, dwoodjunkmail |
2021-03-08 17:47:04 | christian.heimes | set | messageid: <1615225624.78.0.196692982525.issue43435@roundup.psfhosted.org> |
2021-03-08 17:47:04 | christian.heimes | link | issue43435 messages |
2021-03-08 17:47:04 | christian.heimes | create | |
|