~ubuntu-branches/ubuntu/feisty/rdesktop/feisty-updates

« back to all changes in this revision

Viewing changes to xwin.c

  • Committer: Bazaar Package Importer
  • Author(s): Jamie Strandboge
  • Date: 2008-09-17 16:00:53 UTC
  • mfrom: (7.1.2 feisty-updates)
  • Revision ID: james.westby@ubuntu.com-20080917160053-nb70u2hvw152aamp
Tags: 1.5.0-1ubuntu1.1
* SECURITY UPDATE: fix integer overflow in iso.c that could cause denial
  of service or possibly remote code execution
* SECURITY UPDATE: fix buffer overflow in rdp.c that could cause allow
  remote code execution via redirect requests
* SECURITY UPDATE: fix integer signedness error that may allow remote
  code execution via heap-based overflow
* References
  CVE-2008-1801
  CVE-2008-1802
  CVE-2008-1803
  LP: #228193

Show diffs side-by-side

added added

removed removed

Lines of Context:
3219
3219
                return;
3220
3220
 
3221
3221
        image = XCreateImage(g_display, g_visual, g_depth, ZPixmap, 0,
3222
 
                             (char *) data, cx, cy, BitmapPad(g_display), cx * g_bpp / 8);
 
3222
                             (char *) data, cx, cy, g_bpp, 0);
3223
3223
 
3224
3224
        if (g_ownbackstore)
3225
3225
        {