lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <1280925523.4449.158.camel@alex-desktop>
Date: Wed, 04 Aug 2010 15:38:43 +0300
From: Alexey Fomenko <ext-alexey.fomenko@...ia.com>
To: linux-kernel@...r.kernel.org
Cc: Trevor Keith <tsrk@...k.net>,
Andrew Morton <akpm@...ux-foundation.org>
Subject: [PATCH] fixed resource leak in scripts/mod/modpost.c
sec2annotation returns malloc'ed buffer directly to printf as an
argument. Patch lets free this buffer after printing.
View attachment "0001-fixed-resource-leak-in-scripts-mod-modpost.c.patch" of type "text/x-patch" (5401 bytes)