Staging
v0.8.1
https://github.com/python/cpython
Revision b54fc15e32a9faed9398ac8442728756cbbba89a authored by Victor Stinner on 26 September 2018, 14:45:19 UTC, committed by GitHub on 26 September 2018, 14:45:19 UTC
Fix the following warning:

Python/pystrtod.c: In function 'format_float_short':
Python/pystrtod.c:1007:13: warning: 'strncpy' output truncated before terminating nul copying 3 bytes from a string of the same length [-Wstringop-truncation]
             strncpy(p, "ERR", 3);

(cherry picked from commit 9fb84157595a385f15799e5d0729c1e1b0ba9d38)
1 parent 69d63bb
History
Tip revision: b54fc15e32a9faed9398ac8442728756cbbba89a authored by Victor Stinner on 26 September 2018, 14:45:19 UTC
Drop confusing commented out code in pystrtod.c (GH-6072) (GH-9586)
Tip revision: b54fc15

README

back to top