]> git.ipfire.org Git - thirdparty/cups.git/commit
Fix compiler warnings about non-null and casting 568/head
authorRose <83477269+AtariDreams@users.noreply.github.com>
Thu, 1 Dec 2022 21:32:14 +0000 (16:32 -0500)
committerRose <83477269+AtariDreams@users.noreply.github.com>
Fri, 2 Dec 2022 00:31:44 +0000 (19:31 -0500)
commite326bb1271013537cf56b11fbd57ee150a5ffbfe
tree790eb6eab01af3ffbae4fa09a080d170effd5033
parent3524cf6fa7e7b4161b2e5b7253e50d573524804a
Fix compiler warnings about non-null and casting

Explicitly cast to unsigned char, and check for NULL before passing pointers to functions that expect nonnull.
backend/ipp.c
backend/lpd.c
tools/ippeveps.c