Opened 11 years ago
Closed 11 years ago
#10140 closed bug (fixed)
[file_systems/nfs4] kernel_interface.cpp: Mismatching allocation and deallocation
Reported by: | mt | Owned by: | pdziepak |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | File Systems/NFS4 | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
In ParseArguments(), variable *_server is allocated by strdup(), but deallocated by delete. Please see attached report.
Attachments (2)
Change History (4)
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
Resolution: | → fixed |
---|---|
Status: | new → closed |
Thank you! Applied, among other fixes, in hrev46300.
Note:
See TracTickets
for help on using tickets.
Patch