lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Wed, 25 Dec 2019 16:45:18 +0800
From:   Fengguang Wu <fengguang.wu@...el.com>
To:     Hui Zhu <teawater@...il.com>
Cc:     linux-kernel@...r.kernel.org, Hui Zhu <teawaterz@...ux.alibaba.com>
Subject: Re: [PATCH for vm-scalability] usemem: Fix the build warning

Thanks teawater!

>-	write(1, buf, len);
>+	if (write(1, buf, len) != len)
>+		printf("Output buf \"%s\" fail\n", buf);

Changed it to

                fprintf(stderr, "WARNING: statistics output may be incomplete.\n");

Thanks,
Fengguang

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ