Opened 7 years ago
Closed 7 years ago
#13924 closed enhancement (fixed)
mkdos: Handle memory allocation better
Reported by: | ohnx56 | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | File Systems/FAT | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
In the kernel and command-line tool, don't leak allocated memory, even if the tool returns an error.
In the command-line tool, also handle memory allocation errors nicely by giving the user an OOM message if allocation fails.
Fixes CID 1425367 and 1425224.
Attachments (1)
Change History (3)
by , 7 years ago
Attachment: | 0001-mkdos-Handle-memory-allocation-better.patch added |
---|
comment:1 by , 7 years ago
patch: | 0 → 1 |
---|
comment:2 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Applied in hrev51728. Thanks!