[Pkg-clamav-devel] Change to fix-ssize_t-size_t-off_t-printf-modifier.patch

Louis Bouchard louis.bouchard at canonical.com
Mon Feb 15 16:29:15 UTC 2016


Hello,

While working on the clamav 0.99 merge for Ubuntu, I noticed one change to the
following patch : fix-ssize_t-size_t-off_t-printf-modifier.patch

In 0007-fix-ssize_t-size_t-off_t-printf-modifier.patch, the patch on
sigtool/sigtool.c had the following cast : (unsigned long)strlen

> +           mprintf("Signature received (length = %" _sizet ")\n",                                                            
> +                           (unsigned long)strlen(buff) - 10);                                                                

That cast has disapeared from the renamed patch
fix-ssize_t-size_t-off_t-printf-modifier.patch :

> +           mprintf("Signature received (length = %" _sizet ")\n",                                                            
> +                           strlen(buff) - 10);                                                                               

Was this removal intentional ? If not, I would be happy to file a bug for this
including a refresh of the patch since I intend to add it an an Ubuntu delta.

If better otherwise, I'll drop that delta on my side.

TIA,

Kind regards,

...Louis
-- 
Louis Bouchard
Software engineer, Cloud & Sustaining eng.
Canonical Ltd
Ubuntu developer                       Debian Maintainer
GPG : 429D 7A3B DD05 B6F8 AF63  B9C4 8B3D 867C 823E 7A61



More information about the Pkg-clamav-devel mailing list