Page MenuHome

Fix T78730: CLOG Read from unallocated space
AbandonedPublic

Authored by Jeroen Bakker (jbakker) on Jul 13 2020, 9:17 AM.

Details

Summary

vsnprintf results the number of chars that were needed, not the number
of chars that were written. If the format string doesn't fit into the
allocated buffer this patch will increase the buffer size.

Diff Detail

Repository
rB Blender
Branch
T78730 (branched from master)
Build Status
Buildable 8976
Build 8976: arc lint + arc unit

Event Timeline

Jeroen Bakker (jbakker) requested review of this revision.Jul 13 2020, 9:17 AM

Different solution has been committed