[quake3-bugzilla] [Bug 5238] New: cURL wrong use of curl_easy_setopt property

bugzilla-daemon at icculus.org bugzilla-daemon at icculus.org
Tue Sep 20 14:31:24 EDT 2011


https://bugzilla.icculus.org/show_bug.cgi?id=5238

           Summary: cURL wrong use of curl_easy_setopt property
           Product: ioquake3
           Version: SVN HEAD
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: trivial
          Priority: P3
         Component: Misc
        AssignedTo: zakk at icculus.org
        ReportedBy: aliasng at gmail.com
         QAContact: quake3-bugzilla at icculus.org


in client/cl_curl.c @ Line 247:
    qcurl_easy_setopt(clc.downloadCURL, CURLOPT_WRITEDATA, clc.download);

which is wrong, and repeated correctly @ Line 258:
    qcurl_easy_setopt(clc.downloadCURL, CURLOPT_WRITEDATA, &clc.download);

Line 247 should just be removed.

-- 
Configure bugmail: https://bugzilla.icculus.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the quake3-bugzilla mailing list