Closed sjoubani closed 2 years ago
Describe the bug LaserJet driver doesn't seem to produce correct (though uncompressed) PCL output when compared with ippevecpl(7), also printer page is blank.
To Reproduce Steps to reproduce the behavior:
Expected behavior Correct PDF output at the printer
Screenshots output.zip PDF: original job, URF: cupsfilter(8) output, PCL: ippevepcl(7) output from URF, HPA: h-p-a output captured using lldb(1)
System Information:
Additional context Replaced the only occurrence of strdup(3) with memcpy(3) to prevent a buffer overflow and memory leak.
OK, I think I've fixed this issue and will be doing an actual release in the near future.
Describe the bug LaserJet driver doesn't seem to produce correct (though uncompressed) PCL output when compared with ippevecpl(7), also printer page is blank.
To Reproduce Steps to reproduce the behavior:
Expected behavior Correct PDF output at the printer
Screenshots output.zip PDF: original job, URF: cupsfilter(8) output, PCL: ippevepcl(7) output from URF, HPA: h-p-a output captured using lldb(1)
System Information:
Additional context Replaced the only occurrence of strdup(3) with memcpy(3) to prevent a buffer overflow and memory leak.