all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Paul Eggert <eggert@cs.ucla.edu>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: 9874@debbugs.gnu.org
Subject: bug#9874: Fixes for several integer overflow and width issues
Date: Wed, 26 Oct 2011 23:33:11 -0700	[thread overview]
Message-ID: <4EA8FB27.7090700@cs.ucla.edu> (raw)
In-Reply-To: <jwvipnb26d7.fsf-monnier+emacs@gnu.org>

On 10/26/11 07:09, Stefan Monnier wrote:
> Thank you very much

You're welcome.

> we're too far in the release process for such large patches

OK, I'll hold off until after the release.

To follow up on two of the other comments:

* The problem with (signal-process 4294967295 1) also occurred
  with (signal-process -1 1), so it's true that that spectacular
  failure wasn't all Emacs's fault.  (I have since upgraded to
  Fedora 15 and have been too chicken to try out the test case
  in my new environment....)

* File descriptors are small ints on platforms I regularly use,
  but POSIX doesn't guarantee this assumption.  Removing the assumption
  added two lines of code.  It's not a big deal either way.





  parent reply	other threads:[~2011-10-27  6:33 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-26  7:51 bug#9874: Fixes for several integer overflow and width issues Paul Eggert
2011-10-26  8:04 ` Andreas Schwab
2011-10-26 14:09 ` Stefan Monnier
2011-10-26 14:26   ` Juanma Barranquero
2011-10-26 17:02     ` David De La Harpe Golden
2011-10-26 17:16     ` Stefan Monnier
2011-10-26 19:22       ` Andreas Schwab
2011-10-27  6:33   ` Paul Eggert [this message]
2011-10-27  8:28     ` Andreas Schwab
2011-10-27 15:14       ` Paul Eggert
2012-04-09 23:38     ` Paul Eggert
2012-05-25 20:50       ` Paul Eggert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4EA8FB27.7090700@cs.ucla.edu \
    --to=eggert@cs.ucla.edu \
    --cc=9874@debbugs.gnu.org \
    --cc=monnier@iro.umontreal.ca \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.