#240 closed defect (fixed)Uninitialized GOPEntry at startup
Description (last modified by davidf)
When using an MSVC Debug Build or running under valgrind, a crash is observed in TEncTop::xInitRPS() (line TEncTop.cpp:796), using uninitialized data to create the pcRPS object.
It is made evident when using an MSVC debug build, where the /GZ option causes uninitialized memory to be filled with 0xcc. This does not occur in release builds under MSVC. Change History (4)comment:1 Changed 13 years ago by DefaultCC Plugin
comment:2 Changed 13 years ago by davidf
comment:3 Changed 13 years ago by davidf
comment:4 Changed 13 years ago by davidf
Note: See
TracTickets for help on using
tickets. | This list contains all users that will be notified about changes made to this ticket. These roles will be notified: Reporter, Owner, Subscriber, Participant
|
Fixed in r1673/jctvc-hm