From <[email protected]> Tue Nov 01 13:38:14 GMT 2011

        On Tue, Nov 01, 2011 at 12:07:50AM -0700, rfc wrote:

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

         I think that if you make that change, you will write to a file
        called /tmp//tmp.something (note the double '//').  As the patch
        header says, it came from debian like this.

ok, but what i saw before my change from strace on jasper was:

    open("/tmptmp.XXXXjqW6Ms", O_RDWR|O_CREAT|O_EXCL, 0600) = -1 EACCES 
(Permission denied)
    write(2, "error: cannot load image data\n", 30) = 30
    exit_group(1)                           = ?

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