Opened 16 years ago
Closed 16 years ago
#2890 closed bug (fixed)
file descriptor leak in load_container
Reported by: | romain | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | System/runtime_loader | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Release 28240
The load_container function can leak file descriptors when the image is already loaded.
Enclosed is a patch to close the file descriptor of the image before returning.
Attachments (1)
Change History (2)
by , 16 years ago
Attachment: | 20081019-ldctn.diff added |
---|
comment:1 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Thanks, applied in hrev28246.