~ubuntu-branches/ubuntu/vivid/musl/vivid

« back to all changes in this revision

Viewing changes to src/internal/pthread_impl.h

  • Committer: Package Import Robot
  • Author(s): Kevin Bortis
  • Date: 2014-05-26 22:45:52 UTC
  • mfrom: (4.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20140526224552-qrtsct934q29xo0x
Tags: 1.1.4-1
* Import upstream version 1.1.4. (Closes: #754758)
* Fixes possible stack-based buffer overflow CVE-2014-3484 (Closes: #750815) 
* Includes fix for build regression on armhf and armel

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
        uintptr_t sysinfo;
19
19
        uintptr_t canary;
20
20
        pid_t tid, pid;
21
 
        int tsd_used, errno_val, *errno_ptr;
 
21
        int tsd_used, errno_val;
22
22
        volatile int cancel, canceldisable, cancelasync;
23
23
        int detached;
24
24
        unsigned char *map_base;