Comment 29 for bug 2003259

Revision history for this message
Seth Arnold (seth-arnold) wrote : Re: [Bug 2003259] Re: [MIR] libcupsfilters libppd cups-browsed

On Thu, Feb 16, 2023 at 10:58:19PM -0000, Till Kamppeter wrote:
> ppd/testppd.c:1534:7: warning: pointer ‘filename’ may be used after ‘free’ [-Wuse-after-free]
> 1534 | unlink(filename);
> | ^~~~~~~~~~~~~~~~
> ppd/testppd.c:1352:5: note: call to ‘free’ here
> 1352 | free(filename);
> | ^~~~~~~~~~~~~~

Is this shipped to users? Is it part of an automatic workflow, or is it a
debugging utility that almost no one will ever use?

Thanks