Discussion:
uninitialized variable in parse-datetime.y
Bruno Haible
2017-07-06 20:47:34 UTC
Permalink
Found by Coverity (1449024):
In lib/parse-datetime.y
line 1822: parser_control pc;
line 1826: if (pc.parse_datetime_debug)
line 1850: pc.parse_datetime_debug = ...;

In line 1826 it is uninitialized.

Bruno
Paul Eggert
2017-07-06 21:09:35 UTC
Permalink
Thanks, fixed with the attached.

Loading...