New Ghostscript/GhostPDL compiler warnings - 2019-04-27-04:45:44 - 68511243fb4817e8170023d1d6922956325a139d

[email protected] Sat, 27 Apr 2019 06:24:36 -0700 (PDT)
Newsgroups gmane.comp.printing.ghostscript.regression
Message-ID <20190427132436.4FDBE2040733@i7>
Previous Revision: e2507c443fcd1456ff65695901339fc96f4bbf73
 Current Revision: 68511243fb4817e8170023d1d6922956325a139d

commit 68511243fb4817e8170023d1d6922956325a139d
Author:     Robin Watts <[email protected]>
AuthorDate: Mon Apr 1 20:30:23 2019 +0100
CommitDate: Sat Apr 27 12:34:11 2019 +0100

    Move transfer functions to 16 bits.
    
    This means that in 'deep' modes, we sample them in 257 places
    (0000,0100,....ff00,ffff) rather than 256 (00,01,...ff), and
    in 16 bits rather than 8. We also interpolate them on reading.
    
    This in turn increases the size of the data put into the clist.

base/gdevp14.c
base/gstparam.h
base/gstrans.c
base/gstrans.h
base/gxblend.c



Ghostscript:

new scan-build warnings:

./base/gdevp14.c:809:12: warning: Access to field 'num_comps' results in a dereference of a null pointer (loaded from variable 'des_profile')
    diff = des_profile->num_comps - src_profile->num_comps;
           ^~~~~~~~~~~~~~~~~~~~~~

./base/gxblend.c:3710:45: warning: Dereference of null pointer
            int mask = interp16(mask_tr_fn, *mask_curr_ptr++);
                                            ^~~~~~~~~~~~~~~~


http://miles.ghostscript.com:8080/artifex/68511243fb4817e8170023d1d6922956325a139d/gs/index.html

http://miles.ghostscript.com:8080/artifex/68511243fb4817e8170023d1d6922956325a139d/gs-scan-build.txt




GhostPCL:

new scan-build warnings:

./base/gdevp14.c:809:12: warning: Access to field 'num_comps' results in a dereference of a null pointer (loaded from variable 'des_profile')
    diff = des_profile->num_comps - src_profile->num_comps;
           ^~~~~~~~~~~~~~~~~~~~~~

./base/gxblend.c:3710:45: warning: Dereference of null pointer
            int mask = interp16(mask_tr_fn, *mask_curr_ptr++);
                                            ^~~~~~~~~~~~~~~~


http://miles.ghostscript.com:8080/artifex/68511243fb4817e8170023d1d6922956325a139d/pcl/index.html

http://miles.ghostscript.com:8080/artifex/68511243fb4817e8170023d1d6922956325a139d/pcl-scan-build.txt