Conversation

Replying to
C++14 added sized deallocation as an allocator optimization but this broken code was always undefined. These bugs are reported as new-delete-type-mismatch by ASan and can cause memory corruption. A review of the problem areas in core Qt code uncovered a bunch of other problems...
5