GNU bug report logs - #9947
valgrind warning: Conditional jump or move depends on uninitialised value(s) in note_mouse_highlight

Previous Next

Package: emacs;

Reported by: Dan Nicolaescu <dann <at> gnu.org>

Date: Thu, 3 Nov 2011 21:45:01 UTC

Severity: normal

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 9947 in the body.
You can then email your comments to 9947 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#9947; Package emacs. (Thu, 03 Nov 2011 21:45:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Dan Nicolaescu <dann <at> gnu.org>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Thu, 03 Nov 2011 21:45:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Dan Nicolaescu <dann <at> gnu.org>
To: bug-gnu-emacs <at> gnu.org
Subject: valgrind warning: Conditional jump or move depends on uninitialised
	value(s) in note_mouse_highlight
Date: Thu, 03 Nov 2011 17:41:27 -0400
valgrind ./temacs -Q

gives this warning:

==7776== Conditional jump or move depends on uninitialised value(s)
==7776==    at 0x4738C5: note_mouse_highlight (xdisp.c:26977)
==7776==    by 0x4F8682: note_mouse_movement (xterm.c:3833)
==7776==    by 0x4FCBB1: handle_one_xevent (xterm.c:6667)
==7776==    by 0x4FD815: XTread_socket (xterm.c:7148)
==7776==    by 0x5438DB: read_avail_input (keyboard.c:6821)
==7776==    by 0x544183: handle_async_input (keyboard.c:7149)
==7776==    by 0x5441A2: process_pending_signals (keyboard.c:7165)
==7776==    by 0x5AACF5: re_match_2_internal (regex.c:5888)
==7776==    by 0x5A6780: re_search_2 (regex.c:4481)
==7776==    by 0x5A57C5: re_search (regex.c:4262)
==7776==    by 0x59260A: fast_string_match (search.c:482)
==7776==    by 0x578870: Ffind_file_name_handler (fileio.c:286)
==7776== 

This is legitimate, the code is looking at the value of "area" inside a conditional:

      if (glyph == NULL
[snip]

"area" is computed by this code:
      /* Find the glyph under X/Y.  */
      glyph = x_y_to_hpos_vpos (w, x, y, &hpos, &vpos, &dx, &dy, &area);

but "area" is not set when `x_y_to_hpos_vpos' return NULL.






Reply sent to Eli Zaretskii <eliz <at> gnu.org>:
You have taken responsibility. (Thu, 03 Nov 2011 22:16:02 GMT) Full text and rfc822 format available.

Notification sent to Dan Nicolaescu <dann <at> gnu.org>:
bug acknowledged by developer. (Thu, 03 Nov 2011 22:16:02 GMT) Full text and rfc822 format available.

Message #10 received at 9947-done <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Dan Nicolaescu <dann <at> gnu.org>
Cc: 9947-done <at> debbugs.gnu.org
Subject: Re: bug#9947: valgrind warning: Conditional jump or move depends
	on	uninitialised value(s) in note_mouse_highlight
Date: Fri, 04 Nov 2011 00:12:41 +0200
> From: Dan Nicolaescu <dann <at> gnu.org>
> Date: Thu, 03 Nov 2011 17:41:27 -0400
> 
> 
> valgrind ./temacs -Q
> 
> gives this warning:
> 
> ==7776== Conditional jump or move depends on uninitialised value(s)
> ==7776==    at 0x4738C5: note_mouse_highlight (xdisp.c:26977)
> ==7776==    by 0x4F8682: note_mouse_movement (xterm.c:3833)
> ==7776==    by 0x4FCBB1: handle_one_xevent (xterm.c:6667)
> ==7776==    by 0x4FD815: XTread_socket (xterm.c:7148)
> ==7776==    by 0x5438DB: read_avail_input (keyboard.c:6821)
> ==7776==    by 0x544183: handle_async_input (keyboard.c:7149)
> ==7776==    by 0x5441A2: process_pending_signals (keyboard.c:7165)
> ==7776==    by 0x5AACF5: re_match_2_internal (regex.c:5888)
> ==7776==    by 0x5A6780: re_search_2 (regex.c:4481)
> ==7776==    by 0x5A57C5: re_search (regex.c:4262)
> ==7776==    by 0x59260A: fast_string_match (search.c:482)
> ==7776==    by 0x578870: Ffind_file_name_handler (fileio.c:286)
> ==7776== 
> 
> This is legitimate, the code is looking at the value of "area" inside a conditional:
> 
>       if (glyph == NULL
> [snip]
> 
> "area" is computed by this code:
>       /* Find the glyph under X/Y.  */
>       glyph = x_y_to_hpos_vpos (w, x, y, &hpos, &vpos, &dx, &dy, &area);
> 
> but "area" is not set when `x_y_to_hpos_vpos' return NULL.

Thanks, fixed.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 02 Dec 2011 12:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 12 years and 159 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.