GNU bug report logs -
#9910
valgrind warning in coding.c:coding_set_destination
Previous Next
Reported by: Dan Nicolaescu <dann <at> gnu.org>
Date: Sun, 30 Oct 2011 21:41:01 UTC
Severity: normal
Done: Dan Nicolaescu <dann <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
valgrind ./temacs
produces this warning:
==30382== Conditional jump or move depends on uninitialised value(s)
==30382== at 0x499251: coding_set_destination (coding.c:1046)
==30382== by 0x4B477A: decode_coding (coding.c:7022)
==30382== by 0x4B7317: decode_coding_object (coding.c:7671)
==30382== by 0x63610F: Fcall_process (callproc.c:813)
==30382== by 0x5D6C07: Ffuncall (eval.c:2956)
==30382== by 0x5D5ECA: Fapply (eval.c:2479)
==30382== by 0x5D6C07: Ffuncall (eval.c:2956)
==30382== by 0x622C5B: exec_byte_code (bytecode.c:785)
==30382== by 0x5D77BA: funcall_lambda (eval.c:3205)
==30382== by 0x5D6F4C: Ffuncall (eval.c:3023)
==30382== by 0x622C5B: exec_byte_code (bytecode.c:785)
==30382== by 0x5D77BA: funcall_lambda (eval.c:3205)
This looks like setup_coding_system (or whatever else initializes struct
coding_system) does not initialize the src_pos field.
This bug report was last modified 13 years and 257 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.