[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Emacs-diffs] /srv/bzr/emacs/trunk r107264: shr.el (shr-rescale-imag
From: |
Paul Eggert |
Subject: |
Re: [Emacs-diffs] /srv/bzr/emacs/trunk r107264: shr.el (shr-rescale-image): Allow viewing large images. |
Date: |
Mon, 13 Feb 2012 12:29:55 -0800 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:10.0) Gecko/20120131 Thunderbird/10.0 |
On 02/13/2012 12:01 PM, Lars Ingebrigtsen wrote:
> what crashes and denials of service does `create-image' on a large
> image result in?
For merely large images, Emacs won't fit into RAM
and will start swapping like mad, resulting in denial
of service that makes it essentially useless.
For incredibly large images, the underlying libraries are
likely to have unchecked integer or memory overflows, dumping
core if you're lucky and having "interesting" behavior otherwise.
Even if the libraries themselves are reliable (a big "if"),
that part of Emacs is less well ironed out, and I wouldn't
be surprised if Emacs proper has exploitable bugs in this
area.
- Re: [Emacs-diffs] /srv/bzr/emacs/trunk r107264: shr.el (shr-rescale-image): Allow viewing large images., Stefan Monnier, 2012/02/13
- Re: /srv/bzr/emacs/trunk r107264: shr.el (shr-rescale-image): Allow viewing large images., Andy Moreton, 2012/02/13
- Re: [Emacs-diffs] /srv/bzr/emacs/trunk r107264: shr.el (shr-rescale-image): Allow viewing large images., Lars Ingebrigtsen, 2012/02/13
- Re: [Emacs-diffs] /srv/bzr/emacs/trunk r107264: shr.el (shr-rescale-image): Allow viewing large images.,
Paul Eggert <=
- Re: [Emacs-diffs] /srv/bzr/emacs/trunk r107264: shr.el (shr-rescale-image): Allow viewing large images., Lars Ingebrigtsen, 2012/02/13
- Re: [Emacs-diffs] /srv/bzr/emacs/trunk r107264: shr.el (shr-rescale-image): Allow viewing large images., Ted Zlatanov, 2012/02/13
- Re: [Emacs-diffs] /srv/bzr/emacs/trunk r107264: shr.el (shr-rescale-image): Allow viewing large images., Chong Yidong, 2012/02/15
- Re: [Emacs-diffs] /srv/bzr/emacs/trunk r107264: shr.el (shr-rescale-image): Allow viewing large images., Ted Zlatanov, 2012/02/15
- Re: [Emacs-diffs] /srv/bzr/emacs/trunk r107264: shr.el (shr-rescale-image): Allow viewing large images., Paul Eggert, 2012/02/14
- Re: [Emacs-diffs] /srv/bzr/emacs/trunk r107264: shr.el (shr-rescale-image): Allow viewing large images., Lars Ingebrigtsen, 2012/02/14
- Re: [Emacs-diffs] /srv/bzr/emacs/trunk r107264: shr.el (shr-rescale-image): Allow viewing large images., Paul Eggert, 2012/02/14
- Re: [Emacs-diffs] /srv/bzr/emacs/trunk r107264: shr.el (shr-rescale-image): Allow viewing large images., Lars Ingebrigtsen, 2012/02/14
- Re: [Emacs-diffs] /srv/bzr/emacs/trunk r107264: shr.el (shr-rescale-image): Allow viewing large images., Chong Yidong, 2012/02/15
- Re: [Emacs-diffs] /srv/bzr/emacs/trunk r107264: shr.el (shr-rescale-image): Allow viewing large images., Chong Yidong, 2012/02/15