foo2zjs icon indicating copy to clipboard operation
foo2zjs copied to clipboard

A linux printer driver for QPDL protocol - copy of http://foo2zjs.rkkda.com/

Results 5 foo2zjs issues
Sort by recently updated
recently updated
newest added

Xqxdecode has a fundamental flaw that means it never actually ran properly. It uses `fgets()` to read the header lines, under the assumption that they are newline-terminated. However, the most...

Hello OS: Debian 11 getweb is not working for me: ``` $ bash -x ./getweb 300 + VERSION='$Id: getweb.in,v 1.114 2015/02/12 00:22:02 rick Exp $' + WGETOPTS='--passive-ftp -q' + PROGNAME=./getweb...

Hello, cppcheck reports some issues with the current codebase; these might be issues that are otherwise hard to track down, or might be entirely harmless, just odd: ``` command2foo2lava-pjl.c:413:31: error:...

On Raspberry PI with Raspbian Buster udev hot plug scripts are not working. **Udevadm test** showed that the /etc/udev/rules.d/11-hplj10xx.rules used some unknown attributes (BUS and SYSFS). Here is the rule...

Hi, It seems that there exists a potential integer underflow. Please find the following description: 1. rawW can be an arbitrary number https://github.com/koenkooi/foo2zjs/blob/e04290de6b7a30d588f3411fd9834618e09f7b9b/foo2oak.c#L1636 https://github.com/koenkooi/foo2zjs/blob/e04290de6b7a30d588f3411fd9834618e09f7b9b/foo2oak.c#L1639 https://github.com/koenkooi/foo2zjs/blob/e04290de6b7a30d588f3411fd9834618e09f7b9b/foo2oak.c#L1750 4. This can cause underflow...