emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problem report #32


From: Dan Nicolaescu
Subject: Problem report #32
Date: Mon, 10 Apr 2006 11:58:54 -0700

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

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

5746                        f = x_top_window_to_frame (dpyinfo,
5747                                                   event.xclient.window);
5748                        /* This is just so we only give real data once
5749                           for a single Emacs process.  */

At conditional (1): "selected_frame & 7 == 4" taking true path
At conditional (2): "((0), (selected_frame & -8))->size & 1073742848 == 
1073742848" taking true path
At conditional (3): "(((0), (selected_frame & -8))->output_data).nothing != 0" 
taking true path
At conditional (4): "f == ((selected_frame & 7 == 4 && ((0), (selected_frame & 
-8))->size & 1073742848 == 1073742848 && (((0), (selected_frame & 
-8))->output_data).nothing != 0) ? (0), (selected_frame & -8) : ((abort), 
(0)))" taking true path

5750                        if (f == SELECTED_FRAME ())

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

5751                          XSetCommand (FRAME_X_DISPLAY (f),
5752                                       event.xclient.window,
5753                                       initial_argv, initial_argc);
5754                        else if (f)
5755                          XSetCommand (FRAME_X_DISPLAY (f),
5756                                       event.xclient.window,
5757                                       0, 0);
5758                      }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]