From patchwork Mon Feb 26 09:48:55 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kieran Bingham X-Patchwork-Id: 19539 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id 3365DBD160 for ; Mon, 26 Feb 2024 09:49:03 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 73DE762867; Mon, 26 Feb 2024 10:49:02 +0100 (CET) Authentication-Results: lancelot.ideasonboard.com; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="tjF+6Gys"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id D23D062866 for ; Mon, 26 Feb 2024 10:49:00 +0100 (CET) Received: from Monstersaurus.local (aztw-30-b2-v4wan-166917-cust845.vm26.cable.virginm.net [82.37.23.78]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 72CDA673; Mon, 26 Feb 2024 10:48:49 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1708940929; bh=4uQsLwlBwGJREmQsZ8VtyCDk5JwEiO/Bmm9YS6k77Bg=; h=From:To:Cc:Subject:Date:From; b=tjF+6GysZRGSU8J6Sw47r0x6MvgUCztmb9eorGJeaOzWU+gXjY5+Z7g2UoNm0ih83 PzmX0w3KKKulVpAtprHiwcVE9U3NNJrvkCe+zNemhUWD8lx5uaKCVQOzjqNooJaCi7 wjnjZDXNa/B1/hyi+27DvbHChGBk4p484/7KcNVI= From: Kieran Bingham To: libcamera devel Subject: [PATCH 0/2] Two small fixes Date: Mon, 26 Feb 2024 09:48:55 +0000 Message-Id: <20240226094857.2207313-1-kieran.bingham@ideasonboard.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" Supply two fixes from https://github.com/raspberrypi/libcamera/pull/111 of which the author did not wish to submit upstream. Kieran Bingham (2): libcamera: formats: Fix planes bounds check utils: ipu3: Fix return value check on file output src/libcamera/formats.cpp | 2 +- utils/ipu3/ipu3-unpack.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)