~ubuntu-branches/ubuntu/utopic/curl/utopic-security

« back to all changes in this revision

Viewing changes to src/Makefile.inc

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2014-11-06 09:06:15 UTC
  • Revision ID: package-import@ubuntu.com-20141106090615-02ndclo0e7d9payc
Tags: 7.37.1-1ubuntu3.1
* SECURITY UPDATE: sensitive data disclosure via duphandle read out of
  bounds
  - debian/patches/CVE-2014-3707.patch: properly copy memory aread in
    lib/formdata.c, lib/strdup.{c,h}, lib/url.c, lib/urldata.h,
    src/Makefile.inc, src/tool_setup.h, src/tool_strdup.{c,h}.
  - CVE-2014-3707

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
# the official API, but we re-use the code here to avoid duplication.
12
12
CURLX_CFILES = \
13
13
        ../lib/strtoofft.c \
14
 
        ../lib/strdup.c \
15
14
        ../lib/rawstr.c \
16
15
        ../lib/nonblock.c \
17
16
        ../lib/warnless.c
19
18
CURLX_HFILES = \
20
19
        ../lib/curl_setup.h \
21
20
        ../lib/strtoofft.h \
22
 
        ../lib/strdup.h \
23
21
        ../lib/rawstr.h \
24
22
        ../lib/nonblock.h \
25
23
        ../lib/warnless.h
55
53
        tool_panykey.c \
56
54
        tool_paramhlp.c \
57
55
        tool_parsecfg.c \
 
56
        tool_strdup.c \
58
57
        tool_setopt.c \
59
58
        tool_sleep.c \
60
59
        tool_urlglob.c \
99
98
        tool_setopt.h \
100
99
        tool_setup.h \
101
100
        tool_sleep.h \
 
101
        tool_strdup.h \
102
102
        tool_urlglob.h \
103
103
        tool_util.h \
104
104
        tool_version.h \