[Bug 1537425] Re: SEGV in coders/viff.c:692:35

2016-02-04 Thread Moshe Kaplan
Reported and fixed upstream at:
https://github.com/ImageMagick/ImageMagick/issues/99

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1537425

Title:
  SEGV in coders/viff.c:692:35

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1537425/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1533447] Re: out-of-bounds read in coders/sun.c:499 ReadSUNImage

2016-02-04 Thread Moshe Kaplan
Resolved upstream

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1533447

Title:
  out-of-bounds read in coders/sun.c:499 ReadSUNImage

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1533447/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1542136] [NEW] Kubuntu installer prompted all of this.

2016-02-04 Thread Brad Chesney
Public bug reported:

Lenovo T540P 20BE0085US

So, when the Kubuntu installer crashed it said run ubuntu-bug ubiquity
and here we are.

Installed from USB drive loaded with Kubuntu nightly build by
UNetbootin.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: ubiquity 2.21.43
ProcVersionSignature: Ubuntu 4.4.0-2.16-generic 4.4.0
Uname: Linux 4.4.0-2-generic x86_64
ApportVersion: 2.19.4-0ubuntu2
Architecture: amd64
CasperVersion: 1.366
CurrentDesktop: KDE
Date: Fri Feb  5 02:28:21 2016
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/kubuntu.seed 
boot=casper maybe-ubiquity quiet splash ---
LiveMediaBuild: Kubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160204)
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: ubiquity (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug kubuntu ubiquity-2.21.43 xenial

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1542136

Title:
  Kubuntu installer prompted all of this.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1542136/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1537418] Re: out-of-bounds read in coders/psd.c:524

2016-02-04 Thread Moshe Kaplan
Reported and fixed upstream at:
https://github.com/ImageMagick/ImageMagick/issues/92

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1537418

Title:
  out-of-bounds read in coders/psd.c:524

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1537418/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1533452] Re: out-of-bounds read in coders/viff.c:445 ReadVIFFImage

2016-02-04 Thread Moshe Kaplan
Resolved upstream

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1533452

Title:
  out-of-bounds read in coders/viff.c:445 ReadVIFFImage

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1533452/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1539059] Re: out-of-bounds read in MagickCore/memory.c:707:23

2016-02-04 Thread Moshe Kaplan
Reported and fixed upstream at:
https://github.com/ImageMagick/ImageMagick/issues/106

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1539059

Title:
  out-of-bounds read in MagickCore/memory.c:707:23

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1539059/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1539066] Re: out-of-bounds read in MagickCore/memory.c:718:10

2016-02-04 Thread Moshe Kaplan
Reported and fixed upstream at:
https://github.com/ImageMagick/ImageMagick/issues/109

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1539066

Title:
  out-of-bounds read in MagickCore/memory.c:718:10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1539066/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1540731] Re: SocketMessenger::update_session_creds() fails to get client PID, causing "[ FAILED ] PromptSessionClientAPI.client_pid_is_associated_with_session" on kernel 4.4 (but kernel 4.3 works

2016-02-04 Thread Joseph Salisbury
This is the commit that introduced this regression in V4.4-rc6:


commit 3822b5c2fc62e3de8a0f33806ff279fb7df92432
Author: Rainer Weikusat 
Date:   Wed Dec 16 20:09:25 2015 +

af_unix: Revert 'lock_interruptible' in stream receive code

With b3ca9b02b00704053a38bfe4c31dbbb9c13595d0, the AF_UNIX SOCK_STREAM
receive code was changed from using mutex_lock(&u->readlock) to
mutex_lock_interruptible(&u->readlock) to prevent signals from being
delayed for an indefinite time if a thread sleeping on the mutex
happened to be selected for handling the signal. But this was never a
problem with the stream receive code (as opposed to its datagram
counterpart) as that never went to sleep waiting for new messages with the
mutex held and thus, wouldn't cause secondary readers to block on the
mutex waiting for the sleeping primary reader. As the interruptible
locking makes the code more complicated in exchange for no benefit,
change it back to using mutex_lock.

Signed-off-by: Rainer Weikusat 
Acked-by: Hannes Frederic Sowa 
Signed-off-by: David S. Miller 

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1540731

Title:
  SocketMessenger::update_session_creds() fails to get client PID,
  causing "[ FAILED ]
  PromptSessionClientAPI.client_pid_is_associated_with_session" on
  kernel 4.4 (but kernel 4.3 works)

To manage notifications about this bug go to:
https://bugs.launchpad.net/glibc/+bug/1540731/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1542137] Re: bvm

2016-02-04 Thread Cristian
hñ

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1542137

Title:
  bvm

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1542137/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1537421] Re: out-of-bounds read in coders/sun.c:175

2016-02-04 Thread Moshe Kaplan
Reported and fixed upstream at:
https://github.com/ImageMagick/ImageMagick/issues/95

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1537421

Title:
  out-of-bounds read in coders/sun.c:175

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1537421/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1539065] Re: out-of-bounds read in MagickCore/memory.c:707:23

2016-02-04 Thread Moshe Kaplan
Reported and fixed upstream at:
https://github.com/ImageMagick/ImageMagick/issues/108

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1539065

Title:
  out-of-bounds read in MagickCore/memory.c:707:23

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1539065/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1537422] Re: out-of-bounds read in coders/meta.c:465

2016-02-04 Thread Moshe Kaplan
Reported and fixed upstream at:
https://github.com/ImageMagick/ImageMagick/issues/96

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1537422

Title:
  out-of-bounds read in coders/meta.c:465

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1537422/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1533445] Re: out-of-bounds read in coders/rle.c:590 ReadRLEImage

2016-02-04 Thread Moshe Kaplan
Resolved upstream

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1533445

Title:
  out-of-bounds read in coders/rle.c:590 ReadRLEImage

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1533445/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1537420] Re: out-of-bounds read in coders/meta.c:496

2016-02-04 Thread Moshe Kaplan
Reported and fixed upstream at:
https://github.com/ImageMagick/ImageMagick/issues/94

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1537420

Title:
  out-of-bounds read in coders/meta.c:496

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1537420/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1537423] Re: out-of-bounds read in ./MagickCore/pixel-accessor.h:234

2016-02-04 Thread Moshe Kaplan
Reported and fixed upstream at:
https://github.com/ImageMagick/ImageMagick/issues/97

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1537423

Title:
  out-of-bounds read in ./MagickCore/pixel-accessor.h:234

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1537423/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1539067] Re: SIGFPE, Arithmetic exception in MagickCore/quantum.c:687

2016-02-04 Thread Moshe Kaplan
Reported upstream at:
https://github.com/ImageMagick/ImageMagick/issues/110

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1539067

Title:
  SIGFPE, Arithmetic exception in MagickCore/quantum.c:687

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1539067/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1539052] Re: out-of-bounds read in coders/xcf.c:369:35

2016-02-04 Thread Moshe Kaplan
Reported and fixed upstream at:
https://github.com/ImageMagick/ImageMagick/issues/104

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1539052

Title:
  out-of-bounds read in coders/xcf.c:369:35

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1539052/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1540731] Re: SocketMessenger::update_session_creds() fails to get client PID, causing "[ FAILED ] PromptSessionClientAPI.client_pid_is_associated_with_session" on kernel 4.4 (but kernel 4.3 works

2016-02-04 Thread Joseph Salisbury
I built a Xenial test kernel with this commit reverted.  I confirmed
this test kernel resolves the bug on my setup.  It would be great if
others can test this kernel to confirm it resolves the bug.  It can be
downloaded from:

http://kernel.ubuntu.com/~jsalisbury/lp1540731/Commit3822b5cReverted/

Note, with this test kernel, you need to install both the linux-image
and linux-image-extra .deb packages.

If it is confirmed reverting this commit solves the bug, I will ping
upstream and have this commit reverted or fixed.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1540731

Title:
  SocketMessenger::update_session_creds() fails to get client PID,
  causing "[ FAILED ]
  PromptSessionClientAPI.client_pid_is_associated_with_session" on
  kernel 4.4 (but kernel 4.3 works)

To manage notifications about this bug go to:
https://bugs.launchpad.net/glibc/+bug/1540731/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1533451] Re: out-of-bounds read in MagickCore/pixel-accessor.h:778 SetPixelViaPixelInfo

2016-02-04 Thread Moshe Kaplan
Resolved upstream

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1533451

Title:
  out-of-bounds read in MagickCore/pixel-accessor.h:778
  SetPixelViaPixelInfo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1533451/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1537419] Re: out-of-bounds read in MagickCore/locale.c:1517

2016-02-04 Thread Moshe Kaplan
Reported and fixed upstream at:
https://github.com/ImageMagick/ImageMagick/issues/93

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1537419

Title:
  out-of-bounds read in MagickCore/locale.c:1517

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1537419/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1533442] Re: out-of-bounds read in coders/psd.c:797 ReadPSDChannelPixels

2016-02-04 Thread Moshe Kaplan
This bug appears was resolved upstream

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1533442

Title:
  out-of-bounds read in coders/psd.c:797 ReadPSDChannelPixels

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1533442/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1537417] Re: out-of-bounds read in coders/sun.c:173

2016-02-04 Thread Moshe Kaplan
Reported and fixed upstream at:
https://github.com/ImageMagick/ImageMagick/issues/91

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1537417

Title:
  out-of-bounds read in coders/sun.c:173

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1537417/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1542137] [NEW] bvm

2016-02-04 Thread Cristian
Public bug reported:

bvm

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: ubiquity 2.18.8.9
ProcVersionSignature: Ubuntu 3.19.0-25.26~14.04.1-generic 3.19.8-ckt2
Uname: Linux 3.19.0-25-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.11
Architecture: amd64
CasperVersion: 1.340.2
Date: Thu Feb  4 23:30:56 2016
InstallCmdLine: file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity 
cdrom-detect/try-usb=true persistent noprompt floppy.allowed_drive_mask=0 
ignore_uuid initrd=/casper/initrd.lz quiet splash -- 
BOOT_IMAGE=/casper/vmlinuz.efi
LiveMediaBuild: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
ProcEnviron:
 LANGUAGE=es_AR.UTF-8
 TERM=linux
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=es_AR.UTF-8
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)
UpstartUbiquity: debconf: DbDriver "templatedb": 
/var/cache/debconf/templates.dat is locked by another process: Resource 
temporarily unavailable

** Affects: ubiquity (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug trusty ubiquity-2.18.8.9 ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1542137

Title:
  bvm

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1542137/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1537424] Re: out-of-bounds read in ./MagickCore/quantum-private.h:266

2016-02-04 Thread Moshe Kaplan
Reported upstream at:
https://github.com/ImageMagick/ImageMagick/issues/98

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1537424

Title:
  out-of-bounds read in ./MagickCore/quantum-private.h:266

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1537424/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1542107] Re: out-of-bounds write in coders/pdb.c:691

2016-02-04 Thread Moshe Kaplan
Reported upstream at:
https://github.com/ImageMagick/ImageMagick/issues/117

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1542107

Title:
  out-of-bounds write in coders/pdb.c:691

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1542107/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1539051] Re: out-of-bounds read in coders/xcf.c:381:36

2016-02-04 Thread Moshe Kaplan
Reported upstream at:
https://github.com/ImageMagick/ImageMagick/issues/103

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1539051

Title:
  out-of-bounds read in coders/xcf.c:381:36

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1539051/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1542125] Re: SEGV in MagickCore/memory.c:974

2016-02-04 Thread Moshe Kaplan
Reported upstream at:
https://github.com/ImageMagick/ImageMagick/issues/123

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1542125

Title:
  SEGV in MagickCore/memory.c:974

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1542125/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1542109] Re: out-of-bounds read in coders/pcx.c:536

2016-02-04 Thread Moshe Kaplan
Reported upstream at:
https://github.com/ImageMagick/ImageMagick/issues/118

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1542109

Title:
  out-of-bounds read in coders/pcx.c:536

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1542109/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1542111] Re: out-of-bounds write in MagickCore/memory.c:711

2016-02-04 Thread Moshe Kaplan
Reported upstream at:
https://github.com/ImageMagick/ImageMagick/issues/119

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1542111

Title:
  out-of-bounds write in MagickCore/memory.c:711

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1542111/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1537213] Re: out-of-bounds read in coders/hdr.c:622

2016-02-04 Thread Moshe Kaplan
Reported upstream at:
https://github.com/ImageMagick/ImageMagick/issues/90

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1537213

Title:
  out-of-bounds read in coders/hdr.c:622

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1537213/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1539050] Re: out-of-bounds write in ./MagickCore/pixel-accessor.h:766

2016-02-04 Thread Moshe Kaplan
Reported upstream at:
https://github.com/ImageMagick/ImageMagick/issues/102

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1539050

Title:
  out-of-bounds write in ./MagickCore/pixel-accessor.h:766

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1539050/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1542114] Re: out-of-bounds read in coders/wpg.c:342:19

2016-02-04 Thread Moshe Kaplan
Reported upstream at:
https://github.com/ImageMagick/ImageMagick/issues/120

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1542114

Title:
  out-of-bounds read in coders/wpg.c:342:19

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1542114/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1539061] Re: out-of-bounds write in MagickCore/memory.c:707:23

2016-02-04 Thread Moshe Kaplan
Reported upstream at:
https://github.com/ImageMagick/ImageMagick/issues/107

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1539061

Title:
  out-of-bounds write in MagickCore/memory.c:707:23

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1539061/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1542115] Re: out-of-bounds read in MagickCore/memory.c:707:23

2016-02-04 Thread Moshe Kaplan
Reported upstream at:
https://github.com/ImageMagick/ImageMagick/issues/122

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1542115

Title:
  out-of-bounds read in MagickCore/memory.c:707:23

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1542115/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1542112] Re: out-of-bounds write in coders/pdb.c:697

2016-02-04 Thread Moshe Kaplan
Reported upstream at:
https://github.com/ImageMagick/ImageMagick/issues/121

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1542112

Title:
  out-of-bounds write in coders/pdb.c:697

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1542112/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1540876] Re: Not all results recieved when there is a lot of them (>=3000?)

2016-02-04 Thread Michi Henning
I had a look at the high water mark for the outgoing socket, and it is
at the default of zero, which, according to the zmq doc, means "no
limit". This will need a closer look to figure out why messages are
being lost.

** Changed in: unity-scopes-api (Ubuntu)
 Assignee: (unassigned) => Michi Henning (michihenning)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1540876

Title:
  Not all results recieved when there is a lot of them (>=3000?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scopes-api/+bug/1540876/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1511869] Re: shorewall does not start at boot

2016-02-04 Thread e-Vent
I pulled this as I said from the Deb service file, I cannot remember the
rationale behind waiting for the network to start but I remember
something to do with PPPOE connections being potentially problematic for
some reason.

I ran this past a Shorewall guru in their IRC but frankly I am not too
worried about a brief period of no firewall since I have my services
limited to interfaces. I'll have a chat with them shortly.

Also ExecReload executes a reload of shorewall (and the rule set) as
intended. Executing a restart achieves the same objective I believe, the
only difference is a full restart. Unless you desire a full restart, I'm
not seeing an issue as they appear to achieve the same thing.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1511869

Title:
  shorewall does not start at boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shorewall/+bug/1511869/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1542129] [NEW] gedit doubled close-maximize-minimize in 16.04

2016-02-04 Thread Kaijia Feng
Public bug reported:

I have just switched from Ubuntu 14.04 to 16.04 and this doubled close-
maximize-minimize icon made me and perhaps other "OCDs" feel sick. Any
option to remove close-maximize-minimize icon in the second line should
be welcomed.

** Affects: gedit (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "double close-maximize-minimize"
   https://bugs.launchpad.net/bugs/1542129/+attachment/4564243/+files/gedit.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1542129

Title:
  gedit doubled close-maximize-minimize in 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/1542129/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1493888] Re: FGLRX incompatible with gcc 5

2016-02-04 Thread Andrew Green
I hit this today when upgrading from 15.04 to 15.10 on Dell with hybrid
graphics. It booted into safe graphics mode, offering a list of graphic
operations to try. I didn't touch that and instead ssh'd into the
system.

There I looked at /etc/apt/sources.list and saw that wiley-updates was
represented.

Next I ran:
  $ sudo apt-get update

Which failed with:
  E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to 
correct the problem.

So I played along:
  $ sudo dpkg --configure -a

This ran well and stopped to prompt me to replace or keep some ATI
related files. I opted for replace in every case by answering "Y".

It installed a bunch of stuff and I saw it compile the fglrx module. After it 
completed I rebooted with:
  $ sudo shutdown -r now

It rebooted and graphics worked again. glxgears seems happy.

HTH

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1493888

Title:
  FGLRX incompatible with gcc 5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-release-notes/+bug/1493888/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1540559] dwalin (i386) - tests ran: 66, failed: 66

2016-02-04 Thread Brad Figg
tests ran:  66, failed: 66;
  
http://kernel.ubuntu.com/testing/3.13.0-78.122/dwalin__3.13.0-78.122__2016-02-05_01-23-00/results-index.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1540559

Title:
  linux: 3.13.0-78.122 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1540559/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1473691] Re: squid: Update to latest upstream release (3.5)

2016-02-04 Thread e-Vent
I would not consider a buffer overflow and code execution as low
priority, especially when this program is likely to run on a firewall or
network gateway.

Is there a better timeline than when "we feel like there's a real issue"
we'll update? We are now 2 generations depreciated...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1473691

Title:
  squid: Update to latest upstream release (3.5)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/1473691/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1540752] Re: linux-lts-trusty: 3.13.0-78.122~precise1 -proposed tracker

2016-02-04 Thread Brad Figg
** Changed in: kernel-sru-workflow/automated-testing
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1540752

Title:
  linux-lts-trusty: 3.13.0-78.122~precise1 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1540752/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1437492] Re: boot stalls on USB detection errors

2016-02-04 Thread Larry Tate
After managing to log in, do you guys notice problems with Pulse audio
or with Compiz themes?

If I try to book with certain devices connected, I get the slow boot but
also my audio is nuked and my theming (folders, icons) are all reset to
defaults.

When I unplug the offending devices and reboot all is well.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1437492

Title:
  boot stalls on USB detection errors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1437492/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1387908] Re: [udev] FIDO u2f security keys should be supported out of the box

2016-02-04 Thread Dimitri John Ledkov
Hi,

On ubuntu we ship libu2f-host as a package. Thus:

$ apt install libu2f-host0

"Solves" the problem. However, I do think it's not as user friendly as
it could be. And I'll attempt to get it included in ubuntu by default.

** Changed in: systemd (Ubuntu)
   Status: Incomplete => Triaged

** Changed in: systemd (Ubuntu)
 Assignee: (unassigned) => Dimitri John Ledkov (xnox)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1387908

Title:
  [udev] FIDO u2f security keys should be supported out of the box

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1387908/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1540559] onza (amd64) - tests ran: 180, failed: 2

2016-02-04 Thread Brad Figg
tests ran: 180, failed: 2;
  
http://kernel.ubuntu.com/testing/3.13.0-78.122/onza__3.13.0-78.122__2016-02-04_23-35-00/results-index.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1540559

Title:
  linux: 3.13.0-78.122 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1540559/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1539727] Re: [Debian #813033] s390-netdevice/qeth: ask for relative OSA port number

2016-02-04 Thread Dimitri John Ledkov
Thanks a lot! Will keep both .ins files.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1539727

Title:
  [Debian  #813033] s390-netdevice/qeth: ask for relative OSA port
  number

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/s390-netdevice/+bug/1539727/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1443762] Re: [LENOVO ThinkServer TS140] hibernate/resume failure

2016-02-04 Thread Dan Kegel
Hibernate worked fine on this computer with ubuntu 14.04.
I agree suspend is intentionally disabled by hardware/BIOS.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1443762

Title:
  [LENOVO ThinkServer TS140] hibernate/resume failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1443762/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1392070] Re: package libmjpegutils-2.1-0 1:2.1.0+debian-2.1 failed to install/upgrade: package libmjpegutils-2.1-0 is already installed and configured

2016-02-04 Thread Dennis Primm
*** This bug is a duplicate of bug 1309934 ***
https://bugs.launchpad.net/bugs/1309934

I was trying to add a weather app from the software center and it
wouldn't add it, it just kept running and running.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1392070

Title:
  package libmjpegutils-2.1-0 1:2.1.0+debian-2.1 failed to
  install/upgrade: package libmjpegutils-2.1-0 is already installed and
  configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1392070/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1541955] Re: installer/netcfg gives misleading error message when parsing line with trailing blanks

2016-02-04 Thread Dimitri John Ledkov
** Also affects: netcfg (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: netcfg (Ubuntu)
 Assignee: (unassigned) => Dimitri John Ledkov (xnox)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1541955

Title:
  installer/netcfg gives misleading error message when parsing line with
  trailing blanks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1541955/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1542086] Re: /usr/bin/webapp-container:11:oxide:::oxide::ScriptMessageContentsHelper::OnReceiveScriptMessage:oxide::ScriptMessageContentsHelper::OnMessageReceived:content::WebContentsImpl::OnMess

2016-02-04 Thread Alexandre Abreu
** Changed in: webbrowser-app (Ubuntu)
 Assignee: (unassigned) => Alexandre Abreu (abreu-alexandre)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1542086

Title:
  /usr/bin/webapp-
  
container:11:oxide:::oxide::ScriptMessageContentsHelper::OnReceiveScriptMessage:oxide::ScriptMessageContentsHelper::OnMessageReceived:content::WebContentsImpl::OnMessageReceived:content::RenderFrameHostImpl::OnMessageReceived

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1542086/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1542125] [NEW] SEGV in MagickCore/memory.c:974

2016-02-04 Thread Moshe Kaplan
*** This bug is a security vulnerability ***

Public security bug reported:

This bug was found while fuzzing ImageMagick with afl-fuzz

Tested on ImageMagick git commit %s

Command: magick id:04,sig:06,src:00,op:int32,pos:16,val:-1
/dev/null

ASAN:SIGSEGV
=
==18636==ERROR: AddressSanitizer: SEGV on unknown address 0x00ecfeef (pc 
0x080839f2 sp 0xbfd20580 bp 0xbfd20610 T0)
#0 0x80839f1 in __asan::Deallocate(void*, __sanitizer::StackTrace*, 
__asan::AllocType) (/usr/local/bin/magick+0x80839f1)
#1 0x80839a3 in __asan::asan_free(void*, __sanitizer::StackTrace*, 
__asan::AllocType) (/usr/local/bin/magick+0x80839a3)
#2 0x80c6a61 in __interceptor_free (/usr/local/bin/magick+0x80c6a61)
#3 0x818d2e8 in RelinquishMagickMemory 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickCore/memory.c:974
#4 0x82c0fc6 in DestroySplayTree 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickCore/splay-tree.c:695
#5 0x819ce1f in DestroyImageOptions 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickCore/option.c:1954
#6 0x8105132 in DestroyImageInfo 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickCore/image.c:1277
#7 0x80ffe67 in DestroyImage 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickCore/image.c:1213
#8 0x813321c in DeleteImageFromList 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickCore/list.c:298
#9 0x813321c in DestroyImageList 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickCore/list.c:451
#10 0x87f79b3 in ReadSUNImage 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/coders/sun.c:300
#11 0x8a8ad6a in ReadImage 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickCore/constitute.c:494
#12 0x8a92bdf in ReadImages 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickCore/constitute.c:844
#13 0x9375c09 in CLINoImageOperator 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickWand/operation.c:4685
#14 0x937e0f1 in CLIOption 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickWand/operation.c:5179
#15 0x910ae9d in ProcessCommandOptions 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickWand/magick-cli.c:474
#16 0x910e215 in MagickImageCommand 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickWand/magick-cli.c:786
#17 0x91126f9 in MagickCommandGenesis 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickWand/mogrify.c:172
#18 0x80de16d in MagickMain 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/utilities/magick.c:74
#19 0x80de16d in main 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/utilities/magick.c:85
#20 0xb7475a82 in __libc_start_main 
/build/buildd/eglibc-2.19/csu/libc-start.c:287
#21 0x80ddf94 in _start (/usr/local/bin/magick+0x80ddf94)

AddressSanitizer can not provide additional info.
SUMMARY: AddressSanitizer: SEGV ??:0 __asan::Deallocate(void*, 
__sanitizer::StackTrace*, __asan::AllocType)
==18636==ABORTING

** Affects: imagemagick (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1542125

Title:
  SEGV in MagickCore/memory.c:974

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1542125/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1542125] Re: SEGV in MagickCore/memory.c:974

2016-02-04 Thread Moshe Kaplan
input file to trigger crash

** Attachment added: "id:04,sig:06,src:00,op:int32,pos:16,val:-1"
   
https://bugs.launchpad.net/bugs/1542125/+attachment/4564240/+files/id%3A04%2Csig%3A06%2Csrc%3A00%2Cop%3Aint32%2Cpos%3A16%2Cval%3A-1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1542125

Title:
  SEGV in MagickCore/memory.c:974

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1542125/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1539634] Re: network-manager crashes when using libnl-3-200-3.21.1-1ubuntu1

2016-02-04 Thread Claudio Alejandro Sanhueza Lobos
Fixed after following this:

http://askubuntu.com/questions/727127/last-upgrade-crashes-network-
manager-no-internet-connection-no-applet

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1539634

Title:
  network-manager crashes when using libnl-3-200-3.21.1-1ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1539634/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1507798] Re: libpam-sshauth dropped support for publickey authentication

2016-02-04 Thread Launchpad Bug Tracker
This bug was fixed in the package libpam-sshauth - 0.3.1-1ubuntu1

---
libpam-sshauth (0.3.1-1ubuntu1) xenial; urgency=medium

  * debian/patches/add-back-support-for-publickey-authentication.patch: Added 
back
support for publickey authentication (Closes: #805879, LP: #1507798)

  * debian/control add zlib1g-dev package in Build-Depends (Closes:
#789106)

 -- Eric Desrochers   Tue, 12 Jan 2016
22:11:19 -0500

** Changed in: libpam-sshauth (Ubuntu Xenial)
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1507798

Title:
  libpam-sshauth dropped support for publickey authentication

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libpam-sshauth/+bug/1507798/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1527727] Re: grub-probe for zfs assumes all devices prefix with /dev, ignoring /dev/disk/...

2016-02-04 Thread Mathew Hodson
** Bug watch removed: GNU Savannah Bug Tracker #46755
   http://savannah.gnu.org/bugs/?46755

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1527727

Title:
  grub-probe for zfs assumes all devices prefix with /dev, ignoring
  /dev/disk/...

To manage notifications about this bug go to:
https://bugs.launchpad.net/grub/+bug/1527727/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1540965] Re: Support Joyent lx-brand environment in smartos datasource

2016-02-04 Thread Robert C Jennings
SRU templated added and ready for upload/sponsorship.

Scott, can you ack the upload?
Ben, can you sponsor this?

Thanks.

** Description changed:

+ [Impact]
+ 
+  * Cloud-init does not support the datasource presented to LX-Brand
+zones in SmartOS.  Without this support cloud-init does not work
+on the Joyent cloud platform's container service.
+ 
+  * The metadata is provided in the same format as already supported
+for KVM-based instances for the SmartOS datasource (with
+communication over a serial port).  For LX-Brand zones the
+metadata is accessed via a socket file.
+ 
+ [Test Case]
+ 
+  * Install cloud-init on an lx-brand zone image and
+run 'cloud-init init'.  No metadata will be found without
+this patch.
+ 
+  * With the patched cloud-init, run 'cloud-init init' on the
+new lx-brand zones images.  The metadata should be discovered
+and the instance should be recognized as being provisioned.
+Perform the same testing on existing KVM-based SmartOS instances
+to ensure there is no regression.
+ 
+ [Regression Potential]
+ 
+  * [Trusty only] This SRU backports support for the V2 metadata format
+that has been present since the Vivid release.  This is well tested
+code and has no user-facing impact.  This was done because the
+V2 datasource allows for serial or socket communication. The existing
+Joyent datasource uses the serial port provided in KVM instances,
+however LX-brand zones have a socket instead @
+/native/.zonecontrol/metadata.sock.  Additionally the V2 datasource
+provides checksums and response length fields that allow for
+validation of results.  Additional testing was performed on Trusty
+SmartOS and KVM instances to validate these changes.
+ 
+  * To keep code common for KVM (serial) and LX-Brand (socket)
+communication the code had to switch to read byte-by-byte from
+the metadata source file object to avoid reading past the end of
+input on the socket which would block indefinitely.  This is a change
+from using readline and will be slower but not significantly so.
+ 
+  * This builds on the existing SmartOS datasource to enable LX-Brand.
+There is risk that this will break the datasouce on existing KVM
+instances. To mitigate this risk testing has been performed on
+both environments with Trusty, Vivid (out of support today),
+Wily, and Xenial.
+ 
+ [Other Info]
+ 
+  * This is python 2/3 byte/string safe on Vivid, Wily, and Trusty
+where cloud-init supports python 3.
+ 
+  Original Description 
+ 
  The Joyent Metadata Protocol Specification (Version 2)[1] allows for
  serial or socket communication. The existing Joyent datasource uses the
  serial port provided in KVM instances, however LX-brand zones have a
  socket instead @ /native/.zonecontrol/metadata.sock.
  
  Detecting we are in a Joyent LX-brand zone is possible by looking at 
'/bin/uname -v' which will report "BrandZ virtual linux" or checking for the 
existence of a /native mount where '/native/usr/bin/uname -s' reports
  SunOS.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1540965

Title:
  Support Joyent lx-brand environment in smartos datasource

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1540965/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1540731] Re: SocketMessenger::update_session_creds() fails to get client PID, causing "[ FAILED ] PromptSessionClientAPI.client_pid_is_associated_with_session" on kernel 4.4 (but kernel 4.3 works

2016-02-04 Thread Daniel van Vugt
** Summary changed:

- SocketMessenger::update_session_creds() fails to get client PID, causing "[ 
FAILED ] PromptSessionClientAPI.client_pid_is_associated_with_session"
+ SocketMessenger::update_session_creds() fails to get client PID, causing "[ 
FAILED ] PromptSessionClientAPI.client_pid_is_associated_with_session" on 
kernel 4.4 (but kernel 4.3 works)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1540731

Title:
  SocketMessenger::update_session_creds() fails to get client PID,
  causing "[ FAILED ]
  PromptSessionClientAPI.client_pid_is_associated_with_session" on
  kernel 4.4 (but kernel 4.3 works)

To manage notifications about this bug go to:
https://bugs.launchpad.net/glibc/+bug/1540731/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1539061] Re: out-of-bounds write in MagickCore/memory.c:707:23

2016-02-04 Thread Moshe Kaplan
** Attachment added: "id:00,sig:06,src:00,op:flip1,pos:119"
   
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1539061/+attachment/4564239/+files/id%3A00%2Csig%3A06%2Csrc%3A00%2Cop%3Aflip1%2Cpos%3A119

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1539061

Title:
  out-of-bounds write in MagickCore/memory.c:707:23

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1539061/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1437492] Re: boot stalls on USB detection errors

2016-02-04 Thread Jens Ravesloot
I have the same problem. I have the Asus Maximus VII Hero (Z97) and the same 
errors occur. On my PC I have elementary OS 0.3.2 (based on Ubuntu 14.04) 
installed. 
While booting with 'normal' bios setting and a USB3.0 HDD my keyboard and mouse 
(and basically all USB devices) stop working. When disabling the Intel xHCI 
Mode in the bios there is absolutely no problem. A friend of mine has an Asus 
Z97-A and he runs Arch and has exactly the same problem.

Update: I flashed my bios to the newest firmware (3003) and with xHCI
enabled in the bios my USB3.0 HDD still doesn't work, but all my other
devices  don't have any problems.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1437492

Title:
  boot stalls on USB detection errors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1437492/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1540965] Re: Support Joyent lx-brand environment in smartos datasource

2016-02-04 Thread Robert C Jennings
Replacement patch for wily attached, git branch @
https://git.launchpad.net/~rcj/ubuntu/+source/cloud-init?h=features%2Fwily%2Fsdc-lxbrand

Fixed python 2 testing w.r.t. strings/bytes.

** Patch added: "wily.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1540965/+attachment/4564236/+files/wily.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1540965

Title:
  Support Joyent lx-brand environment in smartos datasource

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1540965/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1540965] Re: Support Joyent lx-brand environment in smartos datasource

2016-02-04 Thread Robert C Jennings
The code was accepted upstream and published for Xenial in cloud-init
0.7.7~bzr1160-0ubuntu1 .

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1540965

Title:
  Support Joyent lx-brand environment in smartos datasource

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1540965/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1540965] Re: Support Joyent lx-brand environment in smartos datasource

2016-02-04 Thread Robert C Jennings
Replacement patch for trusty attached, git branch @
https://git.launchpad.net/~rcj/ubuntu/+source/cloud-init?h=features%2Ftrusty%2Fsdc-lxbrand

I didn't need to delete this one earlier, but I did.

** Patch added: "trusty.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1540965/+attachment/4564237/+files/trusty.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1540965

Title:
  Support Joyent lx-brand environment in smartos datasource

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1540965/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1449790] Re: Fails to play a file with a # (hash symbol) in the path

2016-02-04 Thread James Henstridge
'#' and '?' are reserved URI characters, used as separators for the
query and fragment components respectively.  So a URI like
"file:///Mystify#.flac" is correctly parsed as having a path component
of "/Mystify" and fragment component ".flac".

If music-app is producing URIs containing these characters but intending
them to be part of the path component, then that is an error.  If you
want to convert between URLs and file names, Qt provides
QUrl::toLocalFile and QUrl::fromLocalFile methods.  These will take care
of the necessary escaping.  They don't seem to be exposed on the QML URL
type though, so would probably need a C++ plugin to expose.

If music-app still has the URIs provided by mediascanner, they should
also be well formed with correct escaping.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1449790

Title:
  Fails to play a file with a # (hash symbol) in the path

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1449790/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1540559] onibi (amd64) - tests ran: 180, failed: 2

2016-02-04 Thread Brad Figg
tests ran: 180, failed: 2;
  
http://kernel.ubuntu.com/testing/3.13.0-78.122/onibi__3.13.0-78.122__2016-02-04_22-59-00/results-index.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1540559

Title:
  linux: 3.13.0-78.122 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1540559/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1540559] dwalin (amd64) - tests ran: 66, failed: 66

2016-02-04 Thread Brad Figg
tests ran:  66, failed: 66;
  
http://kernel.ubuntu.com/testing/3.13.0-78.122/dwalin__3.13.0-78.122__2016-02-05_00-17-00/results-index.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1540559

Title:
  linux: 3.13.0-78.122 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1540559/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1443762] Re: [LENOVO ThinkServer TS140] hibernate/resume failure

2016-02-04 Thread Akeem McLennon
Hibernate and suspend are intentionally disabled on a hardware / BIOS
level for the ThinkServer TS140.

I ended up getting around this by installing uswsusp to emulate
hibernation using the swapfile.

See https://support.lenovo.com/us/en/documents/ht079445 and
https://help.ubuntu.com/community/PowerManagement/Hibernate 

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1443762

Title:
  [LENOVO ThinkServer TS140] hibernate/resume failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1443762/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1541532] Re: migrate UTC setting from /etc/default/rcS to adjtime

2016-02-04 Thread Launchpad Bug Tracker
This bug was fixed in the package lupin - 0.57

---
lupin (0.57) xenial; urgency=medium

  * Set UTC or LOCAL in /etc/adjtime for systemd (based on change by Roger
Leigh in clock-setup 0.111; LP: #1541532).

 -- Colin Watson   Thu, 04 Feb 2016 23:12:04 +

** Changed in: lupin (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1541532

Title:
  migrate UTC setting from  /etc/default/rcS to adjtime

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/installation-guide/+bug/1541532/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1542115] Re: out-of-bounds read in MagickCore/memory.c:707:23

2016-02-04 Thread Moshe Kaplan
input file to trigger crash

** Attachment added: "id:000346,sig:06,src:005762,op:havoc,rep:32"
   
https://bugs.launchpad.net/bugs/1542115/+attachment/4564235/+files/id%3A000346%2Csig%3A06%2Csrc%3A005762%2Cop%3Ahavoc%2Crep%3A32

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1542115

Title:
  out-of-bounds read in MagickCore/memory.c:707:23

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1542115/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1542114] [NEW] out-of-bounds read in coders/wpg.c:342:19

2016-02-04 Thread Moshe Kaplan
*** This bug is a security vulnerability ***

Public security bug reported:

This bug was found while fuzzing ImageMagick with afl-fuzz

Tested on ImageMagick git commit %s

Command: magick id:000338,sig:06,src:005458,op:havoc,rep:8 /dev/null

=
==1020==ERROR: AddressSanitizer: heap-buffer-overflow on address 0xb5e108eb at 
pc 0x889da35 bp 0xbffa92f8 sp 0xbffa92f0
READ of size 1 at 0xb5e108eb thread T0
#0 0x889da34 in InsertRow 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/coders/wpg.c:342:19
#1 0x8886e51 in ReadWPGImage 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/coders/wpg.c:1341
#2 0x8a8ad6a in ReadImage 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickCore/constitute.c:494
#3 0x8a92bdf in ReadImages 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickCore/constitute.c:844
#4 0x9375c09 in CLINoImageOperator 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickWand/operation.c:4685
#5 0x937e0f1 in CLIOption 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickWand/operation.c:5179
#6 0x910ae9d in ProcessCommandOptions 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickWand/magick-cli.c:474
#7 0x910e215 in MagickImageCommand 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickWand/magick-cli.c:786
#8 0x91126f9 in MagickCommandGenesis 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickWand/mogrify.c:172
#9 0x80de16d in MagickMain 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/utilities/magick.c:74
#10 0x80de16d in main 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/utilities/magick.c:85
#11 0xb7525a82 in __libc_start_main 
/build/buildd/eglibc-2.19/csu/libc-start.c:287
#12 0x80ddf94 in _start (/usr/local/bin/magick+0x80ddf94)

0xb5e108eb is located 0 bytes to the right of 27-byte region 
[0xb5e108d0,0xb5e108eb)
allocated by thread T0 here:
#0 0x80c6bc1 in malloc (/usr/local/bin/magick+0x80c6bc1)
#1 0x81889a9 in AcquireMagickMemory 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickCore/memory.c:475
#2 0x81889a9 in AcquireQuantumMemory 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickCore/memory.c:548
#3 0x8a8ad6a in ReadImage 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickCore/constitute.c:494
#4 0x8a92bdf in ReadImages 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickCore/constitute.c:844
#5 0x9375c09 in CLINoImageOperator 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickWand/operation.c:4685
#6 0x937e0f1 in CLIOption 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickWand/operation.c:5179
#7 0x910ae9d in ProcessCommandOptions 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickWand/magick-cli.c:474

SUMMARY: AddressSanitizer: heap-buffer-overflow 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/coders/wpg.c:342 
InsertRow
Shadow bytes around the buggy address:
  0x36bc20c0: fd fd fd fd fa fa fd fd fd fd fa fa fd fd fd fd
  0x36bc20d0: fa fa fd fd fd fd fa fa fd fd fd fd fa fa fd fd
  0x36bc20e0: fd fd fa fa fd fd fd fd fa fa fd fd fd fd fa fa
  0x36bc20f0: fd fd fd fd fa fa fd fd fd fd fa fa fd fd fd fd
  0x36bc2100: fa fa fd fd fd fd fa fa fd fd fd fd fa fa fd fd
=>0x36bc2110: fd fd fa fa fd fd fd fd fa fa 00 00 00[03]fa fa
  0x36bc2120: fd fd fd fd fa fa fd fd fd fd fa fa fd fd fd fd
  0x36bc2130: fa fa fd fd fd fd fa fa fd fd fd fd fa fa fd fd
  0x36bc2140: fd fd fa fa fd fd fd fd fa fa fd fd fd fd fa fa
  0x36bc2150: fd fd fd fd fa fa fd fd fd fd fa fa fd fd fd fd
  0x36bc2160: fa fa fd fd fd fd fa fa fd fd fd fd fa fa fd fd
Shadow byte legend (one shadow byte represents 8 application bytes):
  Addressable:   00
  Partially addressable: 01 02 03 04 05 06 07 
  Heap left redzone: fa
  Heap right redzone:fb
  Freed heap region: fd
  Stack left redzone:f1
  Stack mid redzone: f2
  Stack right redzone:   f3
  Stack partial redzone: f4
  Stack after return:f5
  Stack use after scope: f8
  Global redzone:f9
  Global init order: f6
  Poisoned by user:  f7
  ASan internal: fe
==1020==ABORTING

** Affects: imagemagick (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1542114

Title:
  out-of-bounds read in coders/wpg.c:342:19

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1542114/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1538775] Re: multipath-tools-boot relies on scsi_wait_scan module, fails multipath setup

2016-02-04 Thread Mathieu Trudel-Lapierre
Stuart,

I'm aware of that, but there are two different issues at play here: the
detection and scanning of drives, and the fact that scsi_wait_scan is
still in the script. The upload should likely fix both; but I'm closing
this bug here because it's about scsi_wait_scan. The other bugs are
referenced in the uploaded package, linked in the previous comment.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1538775

Title:
  multipath-tools-boot relies on scsi_wait_scan module, fails multipath
  setup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/1538775/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1542114] Re: out-of-bounds read in coders/wpg.c:342:19

2016-02-04 Thread Moshe Kaplan
input file to trigger crash

** Attachment added: "id:000338,sig:06,src:005458,op:havoc,rep:8"
   
https://bugs.launchpad.net/bugs/1542114/+attachment/4564234/+files/id%3A000338%2Csig%3A06%2Csrc%3A005458%2Cop%3Ahavoc%2Crep%3A8

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1542114

Title:
  out-of-bounds read in coders/wpg.c:342:19

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1542114/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1542115] [NEW] out-of-bounds read in MagickCore/memory.c:707:23

2016-02-04 Thread Moshe Kaplan
*** This bug is a security vulnerability ***

Public security bug reported:

This bug was found while fuzzing ImageMagick with afl-fuzz

Tested on ImageMagick git commit %s

Command: magick id:000346,sig:06,src:005762,op:havoc,rep:32 /dev/null

=
==1064==ERROR: AddressSanitizer: global-buffer-overflow on address 0x0950b2e4 
at pc 0x80b2b26 bp 0xbfcdd908 sp 0xbfcdd4ec
READ of size 4096 at 0x0950b2e4 thread T0
#0 0x80b2b25 in memcpy (/usr/local/bin/magick+0x80b2b25)
#1 0x818b8fd in CopyMagickMemory 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickCore/memory.c:707:23
#2 0x888dfb8 in ExtractPostscript 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/coders/wpg.c:787
#3 0x887f751 in ReadWPGImage 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/coders/wpg.c:1077
#4 0x8a8ad6a in ReadImage 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickCore/constitute.c:494
#5 0x8a92bdf in ReadImages 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickCore/constitute.c:844
#6 0x9375c09 in CLINoImageOperator 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickWand/operation.c:4685
#7 0x937e0f1 in CLIOption 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickWand/operation.c:5179
#8 0x910ae9d in ProcessCommandOptions 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickWand/magick-cli.c:474
#9 0x910e215 in MagickImageCommand 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickWand/magick-cli.c:786
#10 0x91126f9 in MagickCommandGenesis 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickWand/mogrify.c:172
#11 0x80de16d in MagickMain 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/utilities/magick.c:74
#12 0x80de16d in main 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/utilities/magick.c:85
#13 0xb74c5a82 in __libc_start_main 
/build/buildd/eglibc-2.19/csu/libc-start.c:287
#14 0x80ddf94 in _start (/usr/local/bin/magick+0x80ddf94)

0x0950b2e4 is located 60 bytes to the left of global variable '.str185' from 
'MagickCore/magic.c' (0x950b320) of size 6
0x0950b2e4 is located 0 bytes to the right of global variable '.str184' from 
'MagickCore/magic.c' (0x950b2e0) of size 4
  '.str184' is ascii string 'TTF'
SUMMARY: AddressSanitizer: global-buffer-overflow ??:0 memcpy
Shadow bytes around the buggy address:
  0x212a1600: f9 f9 f9 f9 04 f9 f9 f9 f9 f9 f9 f9 05 f9 f9 f9
  0x212a1610: f9 f9 f9 f9 04 f9 f9 f9 f9 f9 f9 f9 05 f9 f9 f9
  0x212a1620: f9 f9 f9 f9 05 f9 f9 f9 f9 f9 f9 f9 05 f9 f9 f9
  0x212a1630: f9 f9 f9 f9 05 f9 f9 f9 f9 f9 f9 f9 05 f9 f9 f9
  0x212a1640: f9 f9 f9 f9 07 f9 f9 f9 f9 f9 f9 f9 00 01 f9 f9
=>0x212a1650: f9 f9 f9 f9 00 01 f9 f9 f9 f9 f9 f9[04]f9 f9 f9
  0x212a1660: f9 f9 f9 f9 06 f9 f9 f9 f9 f9 f9 f9 04 f9 f9 f9
  0x212a1670: f9 f9 f9 f9 00 00 00 00 01 f9 f9 f9 f9 f9 f9 f9
  0x212a1680: 06 f9 f9 f9 f9 f9 f9 f9 00 f9 f9 f9 f9 f9 f9 f9
  0x212a1690: 07 f9 f9 f9 f9 f9 f9 f9 05 f9 f9 f9 f9 f9 f9 f9
  0x212a16a0: 03 f9 f9 f9 f9 f9 f9 f9 05 f9 f9 f9 f9 f9 f9 f9
Shadow byte legend (one shadow byte represents 8 application bytes):
  Addressable:   00
  Partially addressable: 01 02 03 04 05 06 07 
  Heap left redzone: fa
  Heap right redzone:fb
  Freed heap region: fd
  Stack left redzone:f1
  Stack mid redzone: f2
  Stack right redzone:   f3
  Stack partial redzone: f4
  Stack after return:f5
  Stack use after scope: f8
  Global redzone:f9
  Global init order: f6
  Poisoned by user:  f7
  ASan internal: fe
==1064==ABORTING

** Affects: imagemagick (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1542115

Title:
  out-of-bounds read in MagickCore/memory.c:707:23

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1542115/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1454286] Re: BNX2X firmware an hang on Trusty (3.13) and Utopic (3.16).

2016-02-04 Thread Dan Streetman
I individually cherry-picked each relevant commit to the bnx2x driver, leading 
up to the commit referenced above, to the trusty kernel.  A test ppa is here:
https://launchpad.net/~ddstreet/+archive/ubuntu/lp1454286

please test with this ppa to verify it fixes the firmware hangs.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1454286

Title:
  BNX2X firmware an hang on Trusty (3.13) and Utopic (3.16).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1454286/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1540538] Re: linux: 3.2.0-99.139 -proposed tracker

2016-02-04 Thread Steve Beattie
** Changed in: kernel-sru-workflow/security-signoff
   Status: Confirmed => In Progress

** Changed in: kernel-sru-workflow/security-signoff
 Assignee: Canonical Security Team (canonical-security) => Steve Beattie 
(sbeattie)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1540538

Title:
  linux: 3.2.0-99.139 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1540538/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1540559] Re: linux: 3.13.0-78.122 -proposed tracker

2016-02-04 Thread Steve Beattie
** Changed in: kernel-sru-workflow/security-signoff
   Status: Confirmed => In Progress

** Changed in: kernel-sru-workflow/security-signoff
 Assignee: Canonical Security Team (canonical-security) => Steve Beattie 
(sbeattie)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1540559

Title:
  linux: 3.13.0-78.122 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1540559/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1540634] Re: linux: 4.2.0-28.33 -proposed tracker

2016-02-04 Thread Steve Beattie
** Changed in: kernel-sru-workflow/security-signoff
   Status: Confirmed => In Progress

** Changed in: kernel-sru-workflow/security-signoff
 Assignee: Canonical Security Team (canonical-security) => Steve Beattie 
(sbeattie)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1540634

Title:
  linux: 4.2.0-28.33 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1540634/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1542111] [NEW] out-of-bounds write in MagickCore/memory.c:711

2016-02-04 Thread Moshe Kaplan
*** This bug is a security vulnerability ***

Public security bug reported:

This bug was found while fuzzing ImageMagick with afl-fuzz

Tested on ImageMagick git commit %s

Command: magick id:000203,sig:06,src:001740,op:havoc,rep:4 /dev/null

=
==417==ERROR: AddressSanitizer: heap-buffer-overflow on address 0xb4101e80 at 
pc 0x818c2ab bp 0xbf96e128 sp 0xbf96e120
WRITE of size 1 at 0xb4101e80 thread T0
#0 0x818c2aa in CopyMagickMemory 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickCore/memory.c:711
#1 0x8669895 in EncodeRLE 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/coders/pdb.c:692
#2 0x8669895 in WritePDBImage 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/coders/pdb.c:884
#3 0x8a95688 in WriteImage 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickCore/constitute.c:1091
#4 0x8a9906c in WriteImages 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickCore/constitute.c:1309
#5 0x93762df in CLINoImageOperator 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickWand/operation.c:4719
#6 0x937e0f1 in CLIOption 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickWand/operation.c:5179
#7 0x910bd93 in ProcessCommandOptions 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickWand/magick-cli.c:526
#8 0x910e215 in MagickImageCommand 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickWand/magick-cli.c:786
#9 0x91126f9 in MagickCommandGenesis 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickWand/mogrify.c:172
#10 0x80de16d in MagickMain 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/utilities/magick.c:74
#11 0x80de16d in main 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/utilities/magick.c:85
#12 0xb7455a82 in __libc_start_main 
/build/buildd/eglibc-2.19/csu/libc-start.c:287
#13 0x80ddf94 in _start (/usr/local/bin/magick+0x80ddf94)

0xb4101e80 is located 0 bytes to the right of 96-byte region 
[0xb4101e20,0xb4101e80)
allocated by thread T0 here:
#0 0x80c6bc1 in malloc (/usr/local/bin/magick+0x80c6bc1)
#1 0x81889a9 in AcquireMagickMemory 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickCore/memory.c:475
#2 0x81889a9 in AcquireQuantumMemory 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickCore/memory.c:548
#3 0x8a95688 in WriteImage 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickCore/constitute.c:1091
#4 0x8a9906c in WriteImages 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickCore/constitute.c:1309
#5 0x93762df in CLINoImageOperator 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickWand/operation.c:4719
#6 0x937e0f1 in CLIOption 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickWand/operation.c:5179
#7 0x910bd93 in ProcessCommandOptions 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickWand/magick-cli.c:526

SUMMARY: AddressSanitizer: heap-buffer-overflow 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickCore/memory.c:711 
CopyMagickMemory
Shadow bytes around the buggy address:
  0x36820380: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
  0x36820390: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
  0x368203a0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
  0x368203b0: fa fa fa fa 00 00 00 00 00 00 00 00 00 00 00 00
  0x368203c0: fa fa fa fa 00 00 00 00 00 00 00 00 00 00 00 00
=>0x368203d0:[fa]fa fa fa fd fd fd fd fd fd fd fd fd fd fd fd
  0x368203e0: fa fa fa fa fd fd fd fd fd fd fd fd fd fd fd fd
  0x368203f0: fa fa fa fa 00 00 00 00 00 00 00 00 00 00 00 fa
  0x36820400: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
  0x36820410: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
  0x36820420: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
Shadow byte legend (one shadow byte represents 8 application bytes):
  Addressable:   00
  Partially addressable: 01 02 03 04 05 06 07 
  Heap left redzone: fa
  Heap right redzone:fb
  Freed heap region: fd
  Stack left redzone:f1
  Stack mid redzone: f2
  Stack right redzone:   f3
  Stack partial redzone: f4
  Stack after return:f5
  Stack use after scope: f8
  Global redzone:f9
  Global init order: f6
  Poisoned by user:  f7
  ASan internal: fe
==417==ABORTING

** Affects: imagemagick (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1542111

Title:
  out-of-bounds write in MagickCore/memory.c:711

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1542111/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1540720] Re: linux-ti-omap4: 3.2.0-1477.100 -proposed tracker

2016-02-04 Thread Steve Beattie
** Changed in: kernel-sru-workflow/security-signoff
   Status: Confirmed => In Progress

** Changed in: kernel-sru-workflow/security-signoff
 Assignee: Canonical Security Team (canonical-security) => Steve Beattie 
(sbeattie)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1540720

Title:
  linux-ti-omap4: 3.2.0-1477.100 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1540720/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1540576] Re: linux: 3.19.0-50.56 -proposed tracker

2016-02-04 Thread Steve Beattie
** Changed in: kernel-sru-workflow/security-signoff
   Status: Confirmed => In Progress

** Changed in: kernel-sru-workflow/security-signoff
 Assignee: Canonical Security Team (canonical-security) => Steve Beattie 
(sbeattie)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1540576

Title:
  linux: 3.19.0-50.56 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1540576/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1542111] Re: out-of-bounds write in MagickCore/memory.c:711

2016-02-04 Thread Moshe Kaplan
input file to trigger crash

** Attachment added: "id:000203,sig:06,src:001740,op:havoc,rep:4"
   
https://bugs.launchpad.net/bugs/1542111/+attachment/4564232/+files/id%3A000203%2Csig%3A06%2Csrc%3A001740%2Cop%3Ahavoc%2Crep%3A4

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1542111

Title:
  out-of-bounds write in MagickCore/memory.c:711

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1542111/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1540752] Re: linux-lts-trusty: 3.13.0-78.122~precise1 -proposed tracker

2016-02-04 Thread Steve Beattie
** Changed in: kernel-sru-workflow/security-signoff
   Status: Confirmed => In Progress

** Changed in: kernel-sru-workflow/security-signoff
 Assignee: Canonical Security Team (canonical-security) => Steve Beattie 
(sbeattie)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1540752

Title:
  linux-lts-trusty: 3.13.0-78.122~precise1 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1540752/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1542112] [NEW] out-of-bounds write in coders/pdb.c:697

2016-02-04 Thread Moshe Kaplan
*** This bug is a security vulnerability ***

Public security bug reported:

This bug was found while fuzzing ImageMagick with afl-fuzz

Tested on ImageMagick git commit %s

Command: magick id:000248,sig:06,src:003373,op:havoc,rep:8 /dev/null

=
==607==ERROR: AddressSanitizer: heap-buffer-overflow on address 0xb5b07113 at 
pc 0x866c784 bp 0xbf92de28 sp 0xbf92de20
WRITE of size 1 at 0xb5b07113 thread T0
#0 0x866c783 in EncodeRLE 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/coders/pdb.c:697
#1 0x866c783 in WritePDBImage 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/coders/pdb.c:906
#2 0x8a95688 in WriteImage 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickCore/constitute.c:1091
#3 0x8a9906c in WriteImages 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickCore/constitute.c:1309
#4 0x93762df in CLINoImageOperator 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickWand/operation.c:4719
#5 0x937e0f1 in CLIOption 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickWand/operation.c:5179
#6 0x910bd93 in ProcessCommandOptions 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickWand/magick-cli.c:526
#7 0x910e215 in MagickImageCommand 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickWand/magick-cli.c:786
#8 0x91126f9 in MagickCommandGenesis 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickWand/mogrify.c:172
#9 0x80de16d in MagickMain 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/utilities/magick.c:74
#10 0x80de16d in main 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/utilities/magick.c:85
#11 0xb7490a82 in __libc_start_main 
/build/buildd/eglibc-2.19/csu/libc-start.c:287
#12 0x80ddf94 in _start (/usr/local/bin/magick+0x80ddf94)

0xb5b07113 is located 0 bytes to the right of 3-byte region 
[0xb5b07110,0xb5b07113)
allocated by thread T0 here:
#0 0x80c6bc1 in malloc (/usr/local/bin/magick+0x80c6bc1)
#1 0x81889a9 in AcquireMagickMemory 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickCore/memory.c:475
#2 0x81889a9 in AcquireQuantumMemory 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickCore/memory.c:548
#3 0x8a95688 in WriteImage 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickCore/constitute.c:1091
#4 0x8a9906c in WriteImages 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickCore/constitute.c:1309
#5 0x93762df in CLINoImageOperator 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickWand/operation.c:4719
#6 0x937e0f1 in CLIOption 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickWand/operation.c:5179
#7 0x910bd93 in ProcessCommandOptions 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickWand/magick-cli.c:526

SUMMARY: AddressSanitizer: heap-buffer-overflow 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/coders/pdb.c:697 
EncodeRLE
Shadow bytes around the buggy address:
  0x36b60dd0: fa fa 00 fa fa fa 00 fa fa fa 00 fa fa fa 00 fa
  0x36b60de0: fa fa 00 fa fa fa 00 fa fa fa 00 fa fa fa 00 fa
  0x36b60df0: fa fa 00 fa fa fa 00 fa fa fa 00 fa fa fa 00 fa
  0x36b60e00: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
  0x36b60e10: fa fa fa fa fa fa fa fa fa fa 04 fa fa fa 02 fa
=>0x36b60e20: fa fa[03]fa fa fa 00 00 fa fa 00 04 fa fa 00 00
  0x36b60e30: fa fa 00 04 fa fa 00 04 fa fa 00 04 fa fa 00 04
  0x36b60e40: fa fa 00 04 fa fa 00 07 fa fa fd fd fa fa fd fd
  0x36b60e50: fa fa 00 fa fa fa fd fd fa fa fd fd fa fa 00 fa
  0x36b60e60: fa fa 00 fa fa fa 00 fa fa fa 00 fa fa fa 00 fa
  0x36b60e70: fa fa 00 fa fa fa 00 fa fa fa 00 fa fa fa 00 fa
Shadow byte legend (one shadow byte represents 8 application bytes):
  Addressable:   00
  Partially addressable: 01 02 03 04 05 06 07 
  Heap left redzone: fa
  Heap right redzone:fb
  Freed heap region: fd
  Stack left redzone:f1
  Stack mid redzone: f2
  Stack right redzone:   f3
  Stack partial redzone: f4
  Stack after return:f5
  Stack use after scope: f8
  Global redzone:f9
  Global init order: f6
  Poisoned by user:  f7
  ASan internal: fe
==607==ABORTING

** Affects: imagemagick (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1542112

Title:
  out-of-bounds write in coders/pdb.c:697

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1542112/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1542112] Re: out-of-bounds write in coders/pdb.c:697

2016-02-04 Thread Moshe Kaplan
input file to trigger crash

** Attachment added: "id:000248,sig:06,src:003373,op:havoc,rep:8"
   
https://bugs.launchpad.net/bugs/1542112/+attachment/4564233/+files/id%3A000248%2Csig%3A06%2Csrc%3A003373%2Cop%3Ahavoc%2Crep%3A8

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1542112

Title:
  out-of-bounds write in coders/pdb.c:697

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1542112/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1480349] Re: thermald breaks frequency scaling in Xeon® E5-2687W v3 & E5-1650 v3

2016-02-04 Thread Srinivas Pandruvada
0x2d, 0x3e, and 0x3f are Xeon parts, where we don't want thermald to
start.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1480349

Title:
  thermald breaks frequency scaling in Xeon® E5-2687W v3 & E5-1650 v3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/thermald/+bug/1480349/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1542109] [NEW] out-of-bounds read in coders/pcx.c:536

2016-02-04 Thread Moshe Kaplan
*** This bug is a security vulnerability ***

Public security bug reported:

This bug was found while fuzzing ImageMagick with afl-fuzz

Tested on ImageMagick git commit %s

Command: magick id:000169,sig:06,src:000734+004696,op:splice,rep:128
/dev/null

=
==32731==ERROR: AddressSanitizer: heap-buffer-overflow on address 0xb3503080 at 
pc 0x8652c1c bp 0xbfc261a8 sp 0xbfc261a0
READ of size 1 at 0xb3503080 thread T0
#0 0x8652c1b in ReadPCXImage 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/coders/pcx.c:536
#1 0x8a8ad6a in ReadImage 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickCore/constitute.c:494
#2 0x8a92bdf in ReadImages 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickCore/constitute.c:844
#3 0x9375c09 in CLINoImageOperator 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickWand/operation.c:4685
#4 0x937e0f1 in CLIOption 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickWand/operation.c:5179
#5 0x910ae9d in ProcessCommandOptions 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickWand/magick-cli.c:474
#6 0x910e215 in MagickImageCommand 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickWand/magick-cli.c:786
#7 0x91126f9 in MagickCommandGenesis 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickWand/mogrify.c:172
#8 0x80de16d in MagickMain 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/utilities/magick.c:74
#9 0x80de16d in main 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/utilities/magick.c:85
#10 0xb7477a82 in __libc_start_main 
/build/buildd/eglibc-2.19/csu/libc-start.c:287
#11 0x80ddf94 in _start (/usr/local/bin/magick+0x80ddf94)

0xb3503080 is located 0 bytes to the right of 2048-byte region 
[0xb3502880,0xb3503080)
allocated by thread T0 here:
#0 0x80c7061 in __interceptor_posix_memalign 
(/usr/local/bin/magick+0x80c7061)
#1 0x8189123 in AcquireAlignedMemory 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickCore/memory.c:273
#2 0x8189123 in AcquireVirtualMemory 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickCore/memory.c:597
#3 0x864a867 in ReadPCXImage 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/coders/pcx.c:394
#4 0x8a8ad6a in ReadImage 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickCore/constitute.c:494
#5 0x8a92bdf in ReadImages 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickCore/constitute.c:844
#6 0x9375c09 in CLINoImageOperator 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickWand/operation.c:4685
#7 0x937e0f1 in CLIOption 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickWand/operation.c:5179
#8 0x910ae9d in ProcessCommandOptions 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickWand/magick-cli.c:474

SUMMARY: AddressSanitizer: heap-buffer-overflow 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/coders/pcx.c:536 
ReadPCXImage
Shadow bytes around the buggy address:
  0x366a05c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  0x366a05d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  0x366a05e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  0x366a05f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  0x366a0600: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
=>0x366a0610:[fa]fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
  0x366a0620: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
  0x366a0630: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
  0x366a0640: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
  0x366a0650: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd
  0x366a0660: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd
Shadow byte legend (one shadow byte represents 8 application bytes):
  Addressable:   00
  Partially addressable: 01 02 03 04 05 06 07 
  Heap left redzone: fa
  Heap right redzone:fb
  Freed heap region: fd
  Stack left redzone:f1
  Stack mid redzone: f2
  Stack right redzone:   f3
  Stack partial redzone: f4
  Stack after return:f5
  Stack use after scope: f8
  Global redzone:f9
  Global init order: f6
  Poisoned by user:  f7
  ASan internal: fe
==32731==ABORTING

** Affects: imagemagick (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1542109

Title:
  out-of-bounds read in coders/pcx.c:536

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1542109/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1542110] [NEW] grub-install failed on clean install

2016-02-04 Thread Rainer Fernbach
Public bug reported:

grub install fails repeatedly on fresh ubuntu installation on EFI
system. System is not bootable from hdd afterwards.

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: ubiquity 2.21.37 [modified: 
lib/partman/automatically_partition/question]
ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
Uname: Linux 4.2.0-16-generic x86_64
ApportVersion: 2.19.1-0ubuntu3
Architecture: amd64
CasperVersion: 1.365
Date: Fri Feb  5 01:38:05 2016
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/xubuntu.seed 
boot=casper only-ubiquity quiet splash ---
LiveMediaBuild: Xubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: grub-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug ubiquity-2.21.37 wily xubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1542110

Title:
  grub-install failed on clean install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1542110/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1542109] Re: out-of-bounds read in coders/pcx.c:536

2016-02-04 Thread Moshe Kaplan
input file to trigger crash

** Attachment added: "id:000169,sig:06,src:000734+004696,op:splice,rep:128"
   
https://bugs.launchpad.net/bugs/1542109/+attachment/4564224/+files/id%3A000169%2Csig%3A06%2Csrc%3A000734+004696%2Cop%3Asplice%2Crep%3A128

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1542109

Title:
  out-of-bounds read in coders/pcx.c:536

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1542109/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1542107] [NEW] out-of-bounds write in coders/pdb.c:691

2016-02-04 Thread Moshe Kaplan
*** This bug is a security vulnerability ***

Public security bug reported:

This bug was found while fuzzing ImageMagick with afl-fuzz

Tested on ImageMagick git commit %s

Command: magick id:000102,sig:06,src:000277,op:int16,pos:140,val:+1024
/dev/null

=
==31973==ERROR: AddressSanitizer: heap-buffer-overflow on address 0xb4201d80 at 
pc 0x866c0e6 bp 0xbfd4db78 sp 0xbfd4db70
WRITE of size 1 at 0xb4201d80 thread T0
#0 0x866c0e5 in EncodeRLE 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/coders/pdb.c:691
#1 0x866c0e5 in WritePDBImage 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/coders/pdb.c:884
#2 0x8a95688 in WriteImage 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickCore/constitute.c:1091
#3 0x8a9906c in WriteImages 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickCore/constitute.c:1309
#4 0x93762df in CLINoImageOperator 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickWand/operation.c:4719
#5 0x937e0f1 in CLIOption 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickWand/operation.c:5179
#6 0x910bd93 in ProcessCommandOptions 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickWand/magick-cli.c:526
#7 0x910e215 in MagickImageCommand 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickWand/magick-cli.c:786
#8 0x91126f9 in MagickCommandGenesis 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickWand/mogrify.c:172
#9 0x80de16d in MagickMain 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/utilities/magick.c:74
#10 0x80de16d in main 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/utilities/magick.c:85
#11 0xb74d3a82 in __libc_start_main 
/build/buildd/eglibc-2.19/csu/libc-start.c:287
#12 0x80ddf94 in _start (/usr/local/bin/magick+0x80ddf94)

0xb4201d80 is located 0 bytes to the right of 96-byte region 
[0xb4201d20,0xb4201d80)
allocated by thread T0 here:
#0 0x80c6bc1 in malloc (/usr/local/bin/magick+0x80c6bc1)
#1 0x81889a9 in AcquireMagickMemory 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickCore/memory.c:475
#2 0x81889a9 in AcquireQuantumMemory 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickCore/memory.c:548
#3 0x8a95688 in WriteImage 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickCore/constitute.c:1091
#4 0x8a9906c in WriteImages 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickCore/constitute.c:1309
#5 0x93762df in CLINoImageOperator 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickWand/operation.c:4719
#6 0x937e0f1 in CLIOption 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickWand/operation.c:5179
#7 0x910bd93 in ProcessCommandOptions 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickWand/magick-cli.c:526

SUMMARY: AddressSanitizer: heap-buffer-overflow 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/coders/pdb.c:691 
EncodeRLE
Shadow bytes around the buggy address:
  0x36840360: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
  0x36840370: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
  0x36840380: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
  0x36840390: fa fa fa fa 00 00 00 00 00 00 00 00 00 00 00 00
  0x368403a0: fa fa fa fa 00 00 00 00 00 00 00 00 00 00 00 00
=>0x368403b0:[fa]fa fa fa fd fd fd fd fd fd fd fd fd fd fd fd
  0x368403c0: fa fa fa fa fd fd fd fd fd fd fd fd fd fd fd fd
  0x368403d0: fa fa fa fa fd fd fd fd fd fd fd fd fd fd fd fd
  0x368403e0: fa fa fa fa fd fd fd fd fd fd fd fd fd fd fd fd
  0x368403f0: fa fa fa fa 00 00 00 00 00 00 00 00 00 00 00 fa
  0x36840400: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
Shadow byte legend (one shadow byte represents 8 application bytes):
  Addressable:   00
  Partially addressable: 01 02 03 04 05 06 07 
  Heap left redzone: fa
  Heap right redzone:fb
  Freed heap region: fd
  Stack left redzone:f1
  Stack mid redzone: f2
  Stack right redzone:   f3
  Stack partial redzone: f4
  Stack after return:f5
  Stack use after scope: f8
  Global redzone:f9
  Global init order: f6
  Poisoned by user:  f7
  ASan internal: fe
==31973==ABORTING

** Affects: imagemagick (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1542107

Title:
  out-of-bounds write in coders/pdb.c:691

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1542107/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1542107] Re: out-of-bounds write in coders/pdb.c:691

2016-02-04 Thread Moshe Kaplan
input file to trigger crash

** Attachment added: "id:000102,sig:06,src:000277,op:int16,pos:140,val:+1024"
   
https://bugs.launchpad.net/bugs/1542107/+attachment/4564223/+files/id%3A000102%2Csig%3A06%2Csrc%3A000277%2Cop%3Aint16%2Cpos%3A140%2Cval%3A+1024

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1542107

Title:
  out-of-bounds write in coders/pdb.c:691

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1542107/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1539050] Re: out-of-bounds write in ./MagickCore/pixel-accessor.h:766

2016-02-04 Thread Moshe Kaplan
** Attachment added: "id:81,sig:06,src:000197,op:ext_AO,pos:686"
   
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1539050/+attachment/4564222/+files/id%3A81%2Csig%3A06%2Csrc%3A000197%2Cop%3Aext_AO%2Cpos%3A686

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1539050

Title:
  out-of-bounds write in ./MagickCore/pixel-accessor.h:766

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1539050/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1540559] dagmar (amd64) - tests ran: 180, failed: 1

2016-02-04 Thread Brad Figg
tests ran: 180, failed: 1;
  
http://kernel.ubuntu.com/testing/3.13.0-78.122/dagmar__3.13.0-78.122__2016-02-04_22-54-00/results-index.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1540559

Title:
  linux: 3.13.0-78.122 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1540559/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1540559] kili (amd64) - tests ran: 87, failed: 41

2016-02-04 Thread Brad Figg
tests ran:  87, failed: 41;
  
http://kernel.ubuntu.com/testing/3.13.0-78.122/kili__3.13.0-78.122__2016-02-04_22-38-00/results-index.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1540559

Title:
  linux: 3.13.0-78.122 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1540559/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1542106] [NEW] out-of-bounds read in MagickCore/memory.c:707:23

2016-02-04 Thread Moshe Kaplan
*** This bug is a security vulnerability ***

Public security bug reported:

This bug was found while fuzzing ImageMagick with afl-fuzz

Tested on ImageMagick git commit %s

Command: magick id:80,sig:06,src:000197,op:ext_AO,pos:146 /dev/null

=
==31853==ERROR: AddressSanitizer: global-buffer-overflow on address 0x0950c4bf 
at pc 0x818c1eb bp 0xbff345b8 sp 0xbff345b0
READ of size 4096 at 0x0950c4bf thread T0
#0 0x818c1ea in CopyMagickMemory 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickCore/memory.c:707:23
#1 0x888dfb8 in ExtractPostscript 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/coders/wpg.c:787
#2 0x887f751 in ReadWPGImage 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/coders/wpg.c:1077
#3 0x8a8ad6a in ReadImage 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickCore/constitute.c:494
#4 0x8a92bdf in ReadImages 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickCore/constitute.c:844
#5 0x9375c09 in CLINoImageOperator 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickWand/operation.c:4685
#6 0x937e0f1 in CLIOption 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickWand/operation.c:5179
#7 0x910ae9d in ProcessCommandOptions 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickWand/magick-cli.c:474
#8 0x910e215 in MagickImageCommand 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickWand/magick-cli.c:786
#9 0x91126f9 in MagickCommandGenesis 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickWand/mogrify.c:172
#10 0x80de16d in MagickMain 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/utilities/magick.c:74
#11 0x80de16d in main 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/utilities/magick.c:85
#12 0xb744ea82 in __libc_start_main 
/build/buildd/eglibc-2.19/csu/libc-start.c:287
#13 0x80ddf94 in _start (/usr/local/bin/magick+0x80ddf94)

0x0950c4bf is located 33 bytes to the left of global variable '.str2' from 
'MagickCore/magick.c' (0x950c4e0) of size 34
  '.str2' is ascii string 'name != (const char *) ((void*)0)'
0x0950c4bf is located 23 bytes to the right of global variable 
'__PRETTY_FUNCTION__.AcquireMagickInfo' from 'MagickCore/magick.c' (0x950c460) 
of size 72
  '__PRETTY_FUNCTION__.AcquireMagickInfo' is ascii string 'MagickInfo 
*AcquireMagickInfo(const char *, const char *, const char *)'
SUMMARY: AddressSanitizer: global-buffer-overflow 
/home/user/Desktop/imagemagick_fuzz_results/ImageMagick/MagickCore/memory.c:707 
CopyMagickMemory
Shadow bytes around the buggy address:
  0x212a1840: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  0x212a1850: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  0x212a1860: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  0x212a1870: 00 00 00 00 00 00 00 00 00 00 00 00 04 f9 f9 f9
  0x212a1880: f9 f9 f9 f9 00 00 04 f9 f9 f9 f9 f9 00 00 00 00
=>0x212a1890: 00 00 00 00 00 f9 f9[f9]f9 f9 f9 f9 00 00 00 00
  0x212a18a0: 02 f9 f9 f9 f9 f9 f9 f9 00 00 00 00 00 01 f9 f9
  0x212a18b0: f9 f9 f9 f9 00 00 02 f9 f9 f9 f9 f9 03 f9 f9 f9
  0x212a18c0: f9 f9 f9 f9 00 00 07 f9 f9 f9 f9 f9 05 f9 f9 f9
  0x212a18d0: f9 f9 f9 f9 00 00 00 00 00 01 f9 f9 f9 f9 f9 f9
  0x212a18e0: 00 00 00 00 00 00 00 f9 f9 f9 f9 f9 00 00 00 00
Shadow byte legend (one shadow byte represents 8 application bytes):
  Addressable:   00
  Partially addressable: 01 02 03 04 05 06 07 
  Heap left redzone: fa
  Heap right redzone:fb
  Freed heap region: fd
  Stack left redzone:f1
  Stack mid redzone: f2
  Stack right redzone:   f3
  Stack partial redzone: f4
  Stack after return:f5
  Stack use after scope: f8
  Global redzone:f9
  Global init order: f6
  Poisoned by user:  f7
  ASan internal: fe
==31853==ABORTING

** Affects: imagemagick (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1542106

Title:
  out-of-bounds read in MagickCore/memory.c:707:23

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1542106/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1542106] Re: out-of-bounds read in MagickCore/memory.c:707:23

2016-02-04 Thread Moshe Kaplan
input file to trigger crash

** Attachment added: "id:80,sig:06,src:000197,op:ext_AO,pos:146"
   
https://bugs.launchpad.net/bugs/1542106/+attachment/4564221/+files/id%3A80%2Csig%3A06%2Csrc%3A000197%2Cop%3Aext_AO%2Cpos%3A146

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1542106

Title:
  out-of-bounds read in MagickCore/memory.c:707:23

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1542106/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1539050] Re: out-of-bounds write in ./MagickCore/pixel-accessor.h:766

2016-02-04 Thread Moshe Kaplan
** Attachment added: "id:04,sig:06,src:01,op:int8,pos:864,val:+1"
   
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1539050/+attachment/4564220/+files/id%3A04%2Csig%3A06%2Csrc%3A01%2Cop%3Aint8%2Cpos%3A864%2Cval%3A+1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1539050

Title:
  out-of-bounds write in ./MagickCore/pixel-accessor.h:766

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1539050/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1542080] Re: Needs tar/xattr support to build docker

2016-02-04 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1542080

Title:
  Needs tar/xattr support to build docker

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gccgo-4.9/+bug/1542080/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1542101] Re: Ubi part crashed on install

2016-02-04 Thread EdLesMann
I reproduced this crash 3 times.

This device came with windows 10 installed which I do not want. I had
selected to remove all partitions and install default Ubuntu partitions
each time.

This last time I opened up gnome-disk-utiliy and manually deleted all of
the windows 10 partitions. When I tried again, it worked! I am guessing
it didn't like something about the 10 partition layout or it didn't like
the windows10 EFI mount? I don't know. But it is happily installing now
that I manually deleted the partitions.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1542101

Title:
  Ubi part crashed on install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1542101/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1314393] Re: [SRU] Chart properties window is unusable in Trusty

2016-02-04 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1314393

Title:
  [SRU] Chart properties window is unusable in Trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnumeric/+bug/1314393/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1540538] bantam (i386) - tests ran: 147, failed: 1

2016-02-04 Thread Brad Figg
tests ran: 147, failed: 1;
  
http://kernel.ubuntu.com/testing/3.2.0-98.138/bantam__3.2.0-98.138__2016-02-04_21-51-00/results-index.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1540538

Title:
  linux: 3.2.0-99.139 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1540538/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1541532] Re: migrate UTC setting from /etc/default/rcS to adjtime

2016-02-04 Thread Bug Watch Updater
** Changed in: mbr (Debian)
   Status: Unknown => New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1541532

Title:
  migrate UTC setting from  /etc/default/rcS to adjtime

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/installation-guide/+bug/1541532/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


<    1   2   3   4   5   6   7   8   9   >