Opened 11 years ago
Closed 11 years ago
#10371 closed bug (fixed)
[kits/network/libnetapi] DataRequest.cpp: Mismatching allocation and deallocation
Reported by: | mt | Owned by: | pulkomandy |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Kits/Network Kit | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
In BDataRequest::_ProtocolLoop(), variable buffer is allocated by new[], but deallocated by delete. Please see attached report.
Attachments (2)
Change History (5)
by , 11 years ago
Attachment: | 0001-Fix-mismatching-allocation-and-deallocation.patch added |
---|
comment:1 by , 11 years ago
patch: | 0 → 1 |
---|
comment:2 by , 11 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Applied in hrev46640. Thanks!
Note:
See TracTickets
for help on using tickets.
Patch