GNU bug report logs -
#28596
Gnus gets into an ambiguous plugged/unplugged state that prevents retrieval of news
Previous Next
Reported by: nljlistbox2 <at> gmail.com (N. Jackson)
Date: Mon, 25 Sep 2017 15:02:01 UTC
Severity: normal
Found in version 26.0.60
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
Message #84 received at 28596 <at> debbugs.gnu.org (full text, mbox):
> From: nljlistbox2 <at> gmail.com (N. Jackson)
> Cc: larsi <at> gnus.org, eric <at> ericabrahamsen.net, 28596 <at> debbugs.gnu.org
> Date: Wed, 04 Jul 2018 14:03:17 -0400
>
> OT: Are the "potential null pointer dereference" warnings
> normal? I don't think I've noticed those before today's build.
Please report them in a separate bug. Mostly they are GCC bugs, but
once in a blue moon we find a real problem.
> For example:
>
> In file included from keyboard.c:25:0:
> keyboard.c: In function ‘reorder_modifiers’:
> lisp.h:377:40: warning: potential null pointer dereference [-Wnull-dereference]
> #define lisp_h_XCDR(c) XCONS (c)->u.s.u.cdr
> ~~~~~~~~~~~~~~~~^~
> lisp.h:1308:10: note: in expansion of macro ‘lisp_h_XCDR’
> return lisp_h_XCDR (c);
> ^~~~~~~~~~~
> lisp.h:376:38: warning: potential null pointer dereference [-Wnull-dereference]
> #define lisp_h_XCAR(c) XCONS (c)->u.s.car
> ~~~~~~~~~~~~~~^~
> lisp.h:1302:10: note: in expansion of macro ‘lisp_h_XCAR’
> return lisp_h_XCAR (c);
> ^~~~~~~~~~~
This is master, right?
This bug report was last modified 4 years and 311 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.