This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "The nmh Mail Handling System".
The branch, master has been updated via 896f07bf3c08becc06a881f57fb0ad2160819d45 (commit) via af2ad7be43057a4f82dc8a223d79d68bf932ae00 (commit) via fbd0002a92c15b70b8bfda4c48fff5ded89c7f04 (commit) via 6567362ad831e08b8314297cf12bb732e8eb20c7 (commit) from 24ca4cf3b0f5e02735ea716163a880b2b5cc8b49 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 896f07bf3c08becc06a881f57fb0ad2160819d45 Author: Ralph Corderoy <ra...@inputplus.co.uk> Date: Sun Jul 1 09:49:28 2018 +0100 ruserpass.c: Return the password typed by the user. Darren Provine reported that entering the password didn't work. This was due to ruserpass() failing to set the password. Fixes 1d4977af. commit af2ad7be43057a4f82dc8a223d79d68bf932ae00 Author: Ralph Corderoy <ra...@inputplus.co.uk> Date: Sun Jul 1 09:43:05 2018 +0100 mhlsbr.c: Use variable for strncpy(3)'s size, not sizeof. Silences gcc 8.1.1's warning that the size of the source was being used, not the destination. The destination has just been allocated to be the size of the source so no overflow can occur. Move existing variable that later holds the buffer size to before the allocation and strncpy so it can be used for those too. commit fbd0002a92c15b70b8bfda4c48fff5ded89c7f04 Author: Ralph Corderoy <ra...@inputplus.co.uk> Date: Sun Jul 1 09:36:25 2018 +0100 post.c: Remove `pure' attribute from void-returning chkadr(). Spoted by gcc 8.1.1. Fixes 93a18dd7. commit 6567362ad831e08b8314297cf12bb732e8eb20c7 Author: Ralph Corderoy <ra...@inputplus.co.uk> Date: Sun Jul 1 09:32:28 2018 +0100 rcvtty.c: Use struct utmpx's ut_line[], not a copy. Silences gcc 8.1.1's warning that strncpy(3)'s length is the sizeof of the source, not the destination, by removing the strncpy and passing the source to alert() where it's only read, not written. ----------------------------------------------------------------------- Summary of changes: sbr/ruserpass.c | 2 +- uip/mhlsbr.c | 5 +++-- uip/post.c | 2 +- uip/rcvtty.c | 6 ++---- 4 files changed, 7 insertions(+), 8 deletions(-) hooks/post-receive -- The nmh Mail Handling System -- nmh-commits https://lists.nongnu.org/mailman/listinfo/nmh-commits