Blender Git Commit Log
Git Commits -> Revision 8931c4b
Revision 8931c4b by Campbell Barton (master) March 4, 2020, 04:17 (GMT) |
Fix possible buffer overflow from incorrect 'strncat' use The size argument is the maximum number of bytes to copy, not the destination buffer size. Replace with utility function that joins strings. |
Commit Details:
Full Hash: 8931c4b18d5e15366c755346f0c982698f661e6f
Parent Commit: 0baae18
Lines Changed: +16, -8
1 Modified Path:
/source/blender/render/intern/source/render_result.c (+16, -8) (Diff)