Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp4072644pxk; Tue, 29 Sep 2020 13:35:43 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwWmPr+uXdSDmy7zdC6iiFegqQQmALJTGMD2/l68Wf+vXVBWGOoU2QzTXk9g+o6Qr9AZkwt X-Received: by 2002:a17:906:a415:: with SMTP id l21mr5395879ejz.431.1601411743430; Tue, 29 Sep 2020 13:35:43 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1601411743; cv=none; d=google.com; s=arc-20160816; b=dGSrkNuJ1sZs7DIKhasmFd19UTcHqYts1MBoLvN+ycR7Z/KjoiaP8nc+4iN3c680nV XO/5b6kHCVCbe61J5xNiGkCus9ibJgpQxFzRaPj4MBq//2eRxSAm6Xu0zKA/a0DF7uqA 6EL1jTQXp66PaKSV1UwoR92jLrv33U9iB2U0PoGN52P4z1bs6BjJcW/7Ij7HCTAxkjkY pXDi5yAgsOQ7w8yXI7epdtC11AVNiJPI88ScgIe6Raqzop+5GhLnZ16KyIzDlEs1BpS0 taqyl1Ho2kJd7tyET4ktcFWbzSyDuGoIJn7Ism/c84s0bCAhnu8fWUi/WMcPVzj5M7To 6MQQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:references:in-reply-to:references:in-reply-to :message-id:date:subject:cc:to:from:dkim-signature; bh=jhLxCpJJ+1+E6CqBx774JuMJKeuIqfna2LZV2vR/RlQ=; b=J369p3LemlFZ/atlyzBUG8p7lAIl0MdS51OCngwbtdP8WkKo+k35BQxdNw12sHwZwL PPMgT8VyBl/6qy/dK+aG3UZqbHo9rVyydJ95/19aXOGllonRvqyuQmFLHgUZuGJ2KHr/ /DiqkGKg/ujJVe2oqWxReUmooQJ5mduJrgMxZoBp+9UWrAMXWVYlYkU3ofjFKHt3SVYT q8mXwIP1hdJyJuWBl4UUVez1C2mUqrkkoU8UJ+0YrXhardDNYiE2ePNj6DWyo5SM+RHc bGud6GMUvUkUhODyV8/ZdxOrZJUqFUzssvZdZ8GuZn4Svf9/+bjHctq854+A3ISN518l wcuQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=zg+NCCjC; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id c16si3499884ejs.573.2020.09.29.13.35.20; Tue, 29 Sep 2020 13:35:43 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=zg+NCCjC; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729205AbgI2Udu (ORCPT + 99 others); Tue, 29 Sep 2020 16:33:50 -0400 Received: from mail.kernel.org ([198.145.29.99]:41804 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725372AbgI2Uds (ORCPT ); Tue, 29 Sep 2020 16:33:48 -0400 Received: from localhost.localdomain (c-98-220-232-140.hsd1.il.comcast.net [98.220.232.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 5A00120774; Tue, 29 Sep 2020 20:33:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601411628; bh=IlCiiXSdFVg26r0cW4LFHMH7vpn3iaT4iQWTImkzK9E=; h=From:To:Cc:Subject:Date:In-Reply-To:References:In-Reply-To: References:From; b=zg+NCCjCB72o+zPYS6kKibkWT6+i1T3vwWIP+UYBYg65KS/w3Fz3zKtkfipygoX75 Vn2CDK0peuh+/+AsFGHI4crYCLkXmz9Z7zA0ctJDXjnMnPrQxib7RIVVfStfyOBCN4 qVygflMWoUsuM2q+J4ku1kjj++1NMBwqEvKl4lmU= From: Tom Zanussi To: rostedt@goodmis.org, axelrasmussen@google.com Cc: mhiramat@kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 2/3] tracing: Fix parse_synth_field() error handling Date: Tue, 29 Sep 2020 15:33:40 -0500 Message-Id: <834e9060c2e7e3272e25d8bfc6e7566639c18aa9.1601410890.git.zanussi@kernel.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: References: In-Reply-To: References: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org synth_field_size() returns either the size or an error. However, the code assigns the return val to ssize_t which is unsigned, and then tests whether it's less than 0, which it isn't so discards the error. Do the test before assignment to field->size. Signed-off-by: Tom Zanussi --- kernel/trace/trace_events_synth.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/kernel/trace/trace_events_synth.c b/kernel/trace/trace_events_synth.c index a9cd7793f7ea..6e7282c7b530 100644 --- a/kernel/trace/trace_events_synth.c +++ b/kernel/trace/trace_events_synth.c @@ -465,6 +465,7 @@ static struct synth_field *parse_synth_field(int argc, const char **argv, struct synth_field *field; const char *prefix = NULL, *field_type = argv[0], *field_name, *array; int len, ret = 0; + int size; if (field_type[0] == ';') field_type++; @@ -520,11 +521,12 @@ static struct synth_field *parse_synth_field(int argc, const char **argv, field->type[len - 1] = '\0'; } - field->size = synth_field_size(field->type); - if (!field->size) { + size = synth_field_size(field->type); + if (size < 0) { ret = -EINVAL; goto free; } + field->size = size; if (synth_field_is_string(field->type)) field->is_string = true; -- 2.17.1