simon-git: putty (master): Simon Tatham
Commits to Tartarus hosted VCS
tartarus-commits at lists.tartarus.org
Wed Sep 26 14:42:40 BST 2018
TL;DR:
b5c84043 Suppress strncpy truncation warnings with GCC 8 and later.
Repository: https://git.tartarus.org/simon/putty.git
On the web: https://git.tartarus.org/?p=simon/putty.git
Branch updated: master
Committer: Simon Tatham <anakin at pobox.com>
Date: 2018-09-26 14:42:40
commit b5c840431a0bf443ff81d8cc32458d52774512f2
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=b5c840431a0bf443ff81d8cc32458d52774512f2;hp=822d2fd4c3239b818bcb697f0905a217d6c783a9
Author: Jonathan Liu <net147 at gmail.com>
Date: Wed Sep 26 23:20:25 2018 +1000
Suppress strncpy truncation warnings with GCC 8 and later.
These warnings are bogus as the code is correct so we suppress them in
the places they occur.
unix/uxnet.c | 7 +++++++
unix/uxpty.c | 7 +++++++
2 files changed, 14 insertions(+)
More information about the tartarus-commits
mailing list