Page MenuHomeFreeBSD

D3733.id8936.diff
No OneTemporary

D3733.id8936.diff

Index: contrib/libcxxrt/exception.cc
===================================================================
--- contrib/libcxxrt/exception.cc
+++ contrib/libcxxrt/exception.cc
@@ -556,7 +556,7 @@
{
// If this allocation is within the address range of the emergency buffer,
// don't call free() because it was not allocated with malloc()
- if ((e > emergency_buffer) &&
+ if ((e >= emergency_buffer) &&
(e < (emergency_buffer + sizeof(emergency_buffer))))
{
emergency_malloc_free(e);

File Metadata

Mime Type
text/plain
Expires
Tue, Aug 18, 10:24 PM (15 h, 26 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
36910969
Default Alt Text
D3733.id8936.diff (496 B)

Event Timeline