Blender Git Commit Log

Git Commits -> Revision aadfa31

Revision aadfa31 by Sebastian Parborg (master)
April 30, 2021, 16:01 (GMT)
Fix "use after free" issue in clog

Keep track of clog_refs so we can null the pointers when calling
CLG_exit. Otherwise we will run into issues where the code will try to
access freed data.

Commit Details:

Full Hash: aadfa31cf000f74f6b16f311c1532e2c6c1a384b
Parent Commit: 99eca89
Lines Changed: +13, -0

2 Modified Paths:

/intern/clog/CLG_log.h (+1, -0) (Diff)
/intern/clog/clog.c (+12, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021