Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorSergey Sharybin <sergey@blender.org>2022-11-03 17:08:46 +0300
committerSergey Sharybin <sergey@blender.org>2022-11-03 17:10:37 +0300
commit74c293863ded1c052601b4caed07efe3453d697d (patch)
tree0121a9de28be39ca4a7e5dc49806b0ff494adb3a /source
parent90805c9943b3352c68a2b0e5121741751a2cf027 (diff)
Cycles: Remove use of sprintf() in MD5 code
The new Xcode declares the `sprintf()` function deprecated and suggests to sue `snprintf()` as a safer alternative. This change actually moves away from any formatted printing and uses inlined byte-to-hex-string conversion which is also safe and is (unmesurably) faster. Differential Revision: https://developer.blender.org/D16378
Diffstat (limited to 'source')
0 files changed, 0 insertions, 0 deletions