Skip to content

dr_7c.c: use reallocated memory

The code realloced the descriptors memory into a temporary variable and handled the fault case correctly. The non-fault case however never used the realloced memory resulting in a memory bug.

Merge request reports

Loading