jasper-1bug.900.1-security_fixes-1.patch says:

        /* Choose a file name. */
        -       tmpnam(obj->pathname);
        +       snprintf(obj->pathname, L_tmpnam, "%stmp.XXXXXXXXXX", P_tmpdir);

and <stdio.h> says:

        # define P_tmpdir       "/tmp"

so i think the snprintf format should be "%s/tmp.XXXXXXXXXX".

bob.

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to