get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

GET /api/patches/92054/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 92054,
    "url": "http://patches.dpdk.org/api/patches/92054/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/1619163678-37202-1-git-send-email-humin29@huawei.com/",
    "project": {
        "id": 1,
        "url": "http://patches.dpdk.org/api/projects/1/?format=api",
        "name": "DPDK",
        "link_name": "dpdk",
        "list_id": "dev.dpdk.org",
        "list_email": "dev@dpdk.org",
        "web_url": "http://core.dpdk.org",
        "scm_url": "git://dpdk.org/dpdk",
        "webscm_url": "http://git.dpdk.org/dpdk",
        "list_archive_url": "https://inbox.dpdk.org/dev",
        "list_archive_url_format": "https://inbox.dpdk.org/dev/{}",
        "commit_url_format": ""
    },
    "msgid": "<1619163678-37202-1-git-send-email-humin29@huawei.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1619163678-37202-1-git-send-email-humin29@huawei.com",
    "date": "2021-04-23T07:41:18",
    "name": "app/crypto-perf: fix dereference of null return",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "726fd0d1b241ce17909b8b3875bd917b3febf65a",
    "submitter": {
        "id": 1944,
        "url": "http://patches.dpdk.org/api/people/1944/?format=api",
        "name": "humin (Q)",
        "email": "humin29@huawei.com"
    },
    "delegate": {
        "id": 6690,
        "url": "http://patches.dpdk.org/api/users/6690/?format=api",
        "username": "akhil",
        "first_name": "akhil",
        "last_name": "goyal",
        "email": "gakhil@marvell.com"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/1619163678-37202-1-git-send-email-humin29@huawei.com/mbox/",
    "series": [
        {
            "id": 16619,
            "url": "http://patches.dpdk.org/api/series/16619/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=16619",
            "date": "2021-04-23T07:41:18",
            "name": "app/crypto-perf: fix dereference of null return",
            "version": 1,
            "mbox": "http://patches.dpdk.org/series/16619/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/patches/92054/comments/",
    "check": "fail",
    "checks": "http://patches.dpdk.org/api/patches/92054/checks/",
    "tags": {},
    "related": [],
    "headers": {
        "Return-Path": "<dev-bounces@dpdk.org>",
        "X-Original-To": "patchwork@inbox.dpdk.org",
        "Delivered-To": "patchwork@inbox.dpdk.org",
        "Received": [
            "from mails.dpdk.org (mails.dpdk.org [217.70.189.124])\n\tby inbox.dpdk.org (Postfix) with ESMTP id 755C4A0548;\n\tFri, 23 Apr 2021 09:41:15 +0200 (CEST)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 3D90E4067E;\n\tFri, 23 Apr 2021 09:41:15 +0200 (CEST)",
            "from szxga04-in.huawei.com (szxga04-in.huawei.com [45.249.212.190])\n by mails.dpdk.org (Postfix) with ESMTP id 8145E4014F\n for <dev@dpdk.org>; Fri, 23 Apr 2021 09:41:13 +0200 (CEST)",
            "from DGGEMS410-HUB.china.huawei.com (unknown [172.30.72.60])\n by szxga04-in.huawei.com (SkyGuard) with ESMTP id 4FRR3N5LLxzpbLc;\n Fri, 23 Apr 2021 15:38:08 +0800 (CST)",
            "from localhost.localdomain (10.69.192.56) by\n DGGEMS410-HUB.china.huawei.com (10.3.19.210) with Microsoft SMTP Server id\n 14.3.498.0; Fri, 23 Apr 2021 15:41:06 +0800"
        ],
        "From": "\"Min Hu (Connor)\" <humin29@huawei.com>",
        "To": "<dev@dpdk.org>",
        "CC": "<ferruh.yigit@intel.com>, <declan.doherty@intel.com>,\n <ciara.power@intel.com>, <thomas@monjalon.net>",
        "Date": "Fri, 23 Apr 2021 15:41:18 +0800",
        "Message-ID": "<1619163678-37202-1-git-send-email-humin29@huawei.com>",
        "X-Mailer": "git-send-email 2.7.4",
        "MIME-Version": "1.0",
        "Content-Type": "text/plain",
        "X-Originating-IP": "[10.69.192.56]",
        "X-CFilter-Loop": "Reflected",
        "Subject": "[dpdk-dev] [PATCH] app/crypto-perf: fix dereference of null return",
        "X-BeenThere": "dev@dpdk.org",
        "X-Mailman-Version": "2.1.29",
        "Precedence": "list",
        "List-Id": "DPDK patches and discussions <dev.dpdk.org>",
        "List-Unsubscribe": "<https://mails.dpdk.org/options/dev>,\n <mailto:dev-request@dpdk.org?subject=unsubscribe>",
        "List-Archive": "<http://mails.dpdk.org/archives/dev/>",
        "List-Post": "<mailto:dev@dpdk.org>",
        "List-Help": "<mailto:dev-request@dpdk.org?subject=help>",
        "List-Subscribe": "<https://mails.dpdk.org/listinfo/dev>,\n <mailto:dev-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dev-bounces@dpdk.org",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "Return value of a function 'rte_zmalloc' is dereferenced without\nchecking, and it may call segmentation fault.\n\nThis patch fixed it.\n\nFixes: f8be1786b1b8 (\"app/crypto-perf: introduce performance test application\")\nCc: stable@dpdk.org\n\nSigned-off-by: Min Hu (Connor) <humin29@huawei.com>\n---\n app/test-crypto-perf/cperf_options_parsing.c | 6 ++++++\n 1 file changed, 6 insertions(+)",
    "diff": "diff --git a/app/test-crypto-perf/cperf_options_parsing.c b/app/test-crypto-perf/cperf_options_parsing.c\nindex 40b6dfb..5b2f7c3 100644\n--- a/app/test-crypto-perf/cperf_options_parsing.c\n+++ b/app/test-crypto-perf/cperf_options_parsing.c\n@@ -506,6 +506,12 @@ parse_test_name(struct cperf_options *opts,\n {\n \tchar *test_name = (char *) rte_zmalloc(NULL,\n \t\tsizeof(char) * (strlen(arg) + 3), 0);\n+\tif (test_name == NULL) {\n+\t\tRTE_LOG(ERR, USER1, \"Failed to rte zmalloc with size: %lu\\n\",\n+\t\t\tstrlen(arg) + 3);\n+\t\treturn -1;\n+\t}\n+\n \tsnprintf(test_name, strlen(arg) + 3, \"[%s]\", arg);\n \topts->test_name = test_name;\n \n",
    "prefixes": []
}