* Nico Golde <n...@debian.org> [2007-11-19]
> The problem here is that it never checks if TOK[3] for example is != NULL.
> It just assumes it is there depending on the command it got by the server.

That is true, but the printf is not the problem (glibc which is used on
all Debian architectures allows NULL and prints (NULL)).
The problem is the code after that:

543             if (*TOK[i] == ASCIIHEXCHAR && TOK[i + 1] == NULL) {

        Bernhard R. Link



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to