unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Dan Nicolaescu <dann@ics.uci.edu>
Subject: Problem report #31
Date: Tue, 11 Apr 2006 08:48:24 -0700	[thread overview]
Message-ID: <200604111548.k3BFmODN015091@scanner2.ics.uci.edu> (raw)


CID: 31
Checker: NEGATIVE_RETURNS (help)
File: emacs/src/process.c
Function: Fprocess_send_eof
Description: Tracked variable "new_outfd" used as index to array "proc_encode_coding_system"

Event negative_return_fn: Called negative-returning function "emacs_open" [model]
Event var_assign: NEGATIVE return value of "emacs_open" assigned to signed variable "new_outfd"
Also see events: [var_assign][negative_returns]

6233 	      new_outfd = emacs_open (NULL_DEVICE, O_WRONLY, 0);
6234 	      old_outfd = XINT (XPROCESS (proc)->outfd);
6235 	

Event negative_returns: Tracked variable "new_outfd" used as index to array "proc_encode_coding_system"
Also see events: [negative_return_fn][var_assign]

6236 	      if (!proc_encode_coding_system[new_outfd])
6237 		proc_encode_coding_system[new_outfd]
6238 		  = (struct coding_system *) xmalloc (sizeof (struct coding_system));
6239 	      bcopy (proc_encode_coding_system[old_outfd],
6240 		     proc_encode_coding_system[new_outfd],
6241 		     sizeof (struct coding_system));
6242 	      bzero (proc_encode_coding_system[old_outfd],
6243 		     sizeof (struct coding_system));

             reply	other threads:[~2006-04-11 15:48 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-11 15:48 Dan Nicolaescu [this message]
2006-04-11 17:34 ` Problem report #31 Stuart D. Herring
2006-04-12 17:10   ` Richard Stallman

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=200604111548.k3BFmODN015091@scanner2.ics.uci.edu \
    --to=dann@ics.uci.edu \
    --cc=emacs-devel@gnu.org \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).