summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorEric Van Hensbergen2007-07-26 21:04:54 +0200
committerEric Van Hensbergen2007-08-23 17:12:48 +0200
commit1a3cac6c6d1f56dc26939eb41be29844f897c15a (patch)
tree02922961c01db29922737f37796265103e96dc6b /MAINTAINERS
parentRevert "USB: EHCI cpufreq fix" (diff)
downloadkernel-qcow2-linux-1a3cac6c6d1f56dc26939eb41be29844f897c15a.tar.gz
kernel-qcow2-linux-1a3cac6c6d1f56dc26939eb41be29844f897c15a.tar.xz
kernel-qcow2-linux-1a3cac6c6d1f56dc26939eb41be29844f897c15a.zip
9p: fix use after free
On 7/22/07, Adrian Bunk <bunk@stusta.de> wrote: The Coverity checker spotted the following use-after-free in net/9p/mux.c: <-- snip --> ... struct p9_conn *p9_conn_create(struct p9_transport *trans, int msize, unsigned char *extended) { ... if (!m->tagpool) { kfree(m); return ERR_PTR(PTR_ERR(m->tagpool)); } ... <-- snip --> Also spotted was a leak of the same structure further down in the function. Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions