From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25823 invoked by alias); 4 Feb 2016 16:40:11 -0000 Mailing-List: contact gdb-testers-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-testers-owner@sourceware.org Received: (qmail 25808 invoked by uid 89); 4 Feb 2016 16:40:10 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 spammy=Prevent X-HELO: kwanyin.sergiodj.net Received: from kwanyin.sergiodj.net (HELO kwanyin.sergiodj.net) (176.31.208.32) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 04 Feb 2016 16:40:10 +0000 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [binutils-gdb] Prevent possible undefined behaviour computing the size of the scache by usingunsigned integers instead of signed integers. From: sergiodj+buildbot@redhat.com To: gdb-testers@sourceware.org Message-Id: <13754e4c3d1b78945ecba225216f29d71334b77d@gdb-build> Date: Thu, 04 Feb 2016 16:40:00 -0000 X-SW-Source: 2016-q1/txt/msg04291.txt.bz2 *** TEST RESULTS FOR COMMIT 13754e4c3d1b78945ecba225216f29d71334b77d *** Author: Nick Clifton Branch: master Commit: 13754e4c3d1b78945ecba225216f29d71334b77d Prevent possible undefined behaviour computing the size of the scache by usingunsigned integers instead of signed integers. * cgen-scache.c (scache_option_handler): Prevent possible undefined behaviour computing the size of the scache by using unsigned integers instead of signed integers.