Apply post-1.19.3 patches, bump version to 1.19.4
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
Change-Id: I39ec4b347a7434d6837cf71bebe28ef36db98d55
diff --git a/util-linux/mdev.c b/util-linux/mdev.c
index 7cabb1d..e0a527e 100644
--- a/util-linux/mdev.c
+++ b/util-linux/mdev.c
@@ -610,7 +610,7 @@
int seqlen;
char seqbuf[sizeof(int)*3 + 2];
- seqlen = open_read_close("mdev.seq", seqbuf, sizeof(seqbuf-1));
+ seqlen = open_read_close("mdev.seq", seqbuf, sizeof(seqbuf) - 1);
if (seqlen < 0) {
seq = NULL;
break;