aboutsummaryrefslogtreecommitdiffstats
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorLen Brown <[email protected]>2008-04-23 04:09:13 +0000
committerLinus Torvalds <[email protected]>2008-04-23 19:22:13 +0000
commit0093cb1199ec551f179562ca9fbd6f64fb750645 (patch)
treea17c2166db3d0f78d3ef7400d396476a70c58903 /net/unix/af_unix.c
parentMerge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... (diff)
downloadkernel-0093cb1199ec551f179562ca9fbd6f64fb750645.tar.gz
kernel-0093cb1199ec551f179562ca9fbd6f64fb750645.zip
pnpacpi: fix potential corruption on "pnpacpi: exceeded the max number of IRQ resources 2"
PNP_MAX_IRQ is 2 If a device invokes pnpacpi_parse_allocated_irqresource() 0, 1, or 2 times, we are happy. The 3rd time, we will fail and print "pnpacpi: exceeded the max number of IRQ resources: 2" The 4th and subsequent calls (if this ever happened) would silently scribble on irq_resource[2], which doesn't actualy exist. Found-by: Bjorn Helgaas <[email protected]> Signed-off-by: Len Brown <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions