From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS6130 216.105.38.0/24 X-Spam-Status: No, score=-3.6 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE, SPF_HELO_PASS,SPF_PASS,T_DKIM_INVALID shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from lists.sourceforge.net (lists.sourceforge.net [216.105.38.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 66FD31F42D for ; Thu, 26 Apr 2018 21:10:55 +0000 (UTC) Received: from [127.0.0.1] (helo=sfs-ml-2.v29.lw.sourceforge.com) by sfs-ml-2.v29.lw.sourceforge.com with esmtp (Exim 4.90_1) (envelope-from ) id 1fBoAG-0001qn-2d; Thu, 26 Apr 2018 21:10:52 +0000 Received: from [172.30.20.202] (helo=mx.sourceforge.net) by sfs-ml-2.v29.lw.sourceforge.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.90_1) (envelope-from ) id 1fBoAE-0001qf-5p for sox-devel@lists.sourceforge.net; Thu, 26 Apr 2018 21:10:50 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sourceforge.net; s=x; h=Message-Id:Date:Subject:To:From:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=dndTqt00cza0R9gRAB3P7IclOveX23oE+GMqUrSHbUA=; b=Js+ibRcG+lROlS3an/yF9sNtXI C1D+ZzO5+PWtVXI1gHvSIdfDfhUnUBqr60mTxEs+yhvinM/z/h2QKIGR7h3+v4nyHto58Q4YKT707 5c/IDFtG4VwGsIprM3SnDui8Bv9FNDDh/I3/lf3qBPq8cmlERScTpkUimRSZ1jTs5rjs=; DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sf.net; s=x ; h=Message-Id:Date:Subject:To:From:Sender:Reply-To:Cc:MIME-Version: Content-Type:Content-Transfer-Encoding:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=dndTqt00cza0R9gRAB3P7IclOveX23oE+GMqUrSHbUA=; b=WsXnm6C6/VJscLFnTZiXKfzHw8 5SMPT/95MN1qtPqYSkrpNFfv5WYYLS18FpWny3lCnCgVjDnnD8M9uUMUo5msP/Pmsd4vfFJjIHf7+ QF+zsMIEMhNfqycqndHc05JFNzsAT06D711eqBVz9i6aC5NWVM1sHBpbzLTfJde+rtEY=; Received: from unicorn.mansr.com ([81.2.72.234]) by sfi-mx-1.v28.lw.sourceforge.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.90_1) id 1fBoAC-00Att2-Jg for sox-devel@lists.sourceforge.net; Thu, 26 Apr 2018 21:10:50 +0000 Received: by unicorn.mansr.com (Postfix, from userid 51770) id 37ADF16402; Thu, 26 Apr 2018 22:10:38 +0100 (BST) From: Mans Rullgard To: sox-devel@lists.sourceforge.net Date: Thu, 26 Apr 2018 22:10:31 +0100 Message-Id: <20180426211036.5735-1-mans@mansr.com> X-Mailer: git-send-email 2.17.0 X-Headers-End: 1fBoAC-00Att2-Jg Subject: [PATCH 0/5] Various bug fixes X-BeenThere: sox-devel@lists.sourceforge.net X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: sox-devel@lists.sourceforge.net MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: sox-devel-bounces@lists.sourceforge.net A few easy pickings from the bug tracker. Please review. Jiri Kucera (1): Added $(DESTDIR) in front of ${bindir} so proper sox binary is invoked during tests Mans Rullgard (4): update FSF mailing address oss: fix input buffer overrun amr: check for invalid block types aiff: fix handling of unknown odd-sized chunks src/Makefile.am | 4 ++-- src/aiff.c | 2 ++ src/amr.h | 15 ++++++++++++--- src/ladspa.h | 2 +- src/oss.c | 2 +- test/corr.c | 2 +- test/ltest.pl | 2 +- test/model.c | 2 +- test/wtest.pl | 2 +- 9 files changed, 22 insertions(+), 11 deletions(-) -- 2.17.0 ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ SoX-devel mailing list SoX-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sox-devel