From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.0 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.2 Received: from mother.openwall.net (mother.openwall.net [195.42.179.200]) by inbox.vuxu.org (OpenSMTPD) with SMTP id 667aac6b for ; Mon, 20 Jan 2020 13:08:48 +0000 (UTC) Received: (qmail 12262 invoked by uid 550); 20 Jan 2020 13:08:46 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Reply-To: musl@lists.openwall.com Received: (qmail 12244 invoked from network); 20 Jan 2020 13:08:46 -0000 Date: Mon, 20 Jan 2020 16:08:35 +0300 (MSK) From: Alexander Monakov To: musl@lists.openwall.com cc: Olaf Meeuwissen In-Reply-To: <20200120120930.GO23985@port70.net> Message-ID: References: <8736cajtt1.fsf@member.fsf.org> <20200120120930.GO23985@port70.net> User-Agent: Alpine 2.20.13 (LNX 116 2015-12-14) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Subject: Re: [musl] [BUG] ioctl: overflow in implicit constant conversion On Mon, 20 Jan 2020, Szabolcs Nagy wrote: > changing the type is an api and abi break in musl. > we could try to silence the warning instead (e.g via > explicit cast in _IOC or in an ioctl macro). Doesn't the next release with time64 changes give a nice opportunity to make this change as well? Alexander