Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Mon, 10 Jul 2017 18:10:14 +0300 (MSK)
From: Alexander Monakov <amonakov@...ras.ru>
To: "musl@...ts.openwall.com" <musl@...ts.openwall.com>
Subject: Re: patch: sequence points in memset

Alternatively, the middle group could read:

	s[1] = s[2] = c;
	s[n-3] = s[n-2] = c;

(it doesn't really matter, but spelling it this way at least leaves
a hint in the source that some assignments are not chained for a reason)

Alexander

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.