diff options
author | 2009-06-09 01:50:41 +1000 | |
---|---|---|
committer | 2009-06-12 15:37:28 +1000 | |
commit | fbe0efb869efde8d847ede3a925230ef88910086 (patch) | |
tree | fb7df90bd25a77555db351a6db632e52aab311e2 /arch/x86/kernel/cpu/proc.c | |
parent | drm: Eliminate magic I2C frobbing when reading EDID (diff) | |
download | wireguard-linux-fbe0efb869efde8d847ede3a925230ef88910086.tar.xz wireguard-linux-fbe0efb869efde8d847ede3a925230ef88910086.zip |
drm_calloc_large: check right size, check integer overflow, use GFP_ZERO
Previously we would check size instead of size * nmemb, and so would
never hit the vmalloc path. Also add integer overflow check as in kcalloc,
and allocate GFP_ZERO pages instead of memset()ing them.
Signed-off-by: Kristian Høgsberg <krh@redhat.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'arch/x86/kernel/cpu/proc.c')
0 files changed, 0 insertions, 0 deletions