Opened 11 years ago
Closed 11 years ago
#9886 closed bug (fixed)
[Interface Kit] PrintJob.cpp: Use of memory after it is freed
Reported by: | mt | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Kits/Interface Kit | Version: | R1/Development |
Keywords: | BPrintJob | Cc: | |
Blocked By: | Blocking: | ||
Platform: | All |
Description
In BPrintJob::BeginJob(), variable "printer" is freed in line 244, but used in line 278 fSetupMessage->AddString(PSRV_FIELD_CURRENT_PRINTER, printer); . Please see attached report.
Attachments (2)
Change History (5)
by , 11 years ago
Attachment: | 0014-Fix-use-of-memory-after-it-is-freed.patch added |
---|
comment:1 by , 11 years ago
patch: | 0 → 1 |
---|
Note:
See TracTickets
for help on using tickets.
Patch