unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Problem report #33
@ 2006-05-14  4:38 Dan Nicolaescu
  2006-05-14 11:03 ` Kim F. Storm
  2006-05-14 11:31 ` Problem report #33 RESOLVED Jan D.
  0 siblings, 2 replies; 6+ messages in thread
From: Dan Nicolaescu @ 2006-05-14  4:38 UTC (permalink / raw)



This one reappeared after the last xterm.c checkin.
Is it OK not to check f for NULL here?

CID: 33
Checker: NULL_RETURNS (help)
File: base/src/emacs/src/xterm.c
Function: handle_one_xevent
Description: Dereferencing NULL value "f"

5801 	#ifdef HACK_EDITRES
5802 	        if (event.xclient.message_type
5803 		    == dpyinfo->Xatom_editres)
5804 	          {

Event returned_null: Function "x_any_window_to_frame" returned NULL value (checked 8 out of 9 times) [model]
Event var_assigned: Variable "f" assigned to NULL return value from "x_any_window_to_frame"
Also see events: [var_assigned][dereference]

5805 		    f = x_any_window_to_frame (dpyinfo, event.xclient.window);

Event dereference: Dereferencing NULL value "f"
Also see events: [returned_null][var_assigned]

5806 	            _XEditResCheckMessages (f->output_data.x->widget, NULL,
5807 	                                    &event, NULL);
5808 		    goto done;
5809 	          }

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2006-05-16 11:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-14  4:38 Problem report #33 Dan Nicolaescu
2006-05-14 11:03 ` Kim F. Storm
2006-05-14 11:31 ` Problem report #33 RESOLVED Jan D.
2006-05-15 21:46   ` Kim F. Storm
2006-05-16  6:16     ` Jan Djärv
2006-05-16 11:08       ` Kim F. Storm

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).