* drm_fb_helper.c:1247:1-8: alloc with no test
@ 2012-08-17 3:27 Fengguang Wu
0 siblings, 0 replies; only message in thread
From: Fengguang Wu @ 2012-08-17 3:27 UTC (permalink / raw)
To: kernel-janitors
Hi Daniel,
FYI, here is a potential problem on memory allocation failure, caught by coccinelle:
+ drivers/gpu/drm/drm_fb_helper.c:1247:1-8: alloc with no test, possible model on line 1252
vim +1247 drivers/gpu/drm/drm_fb_helper.c
1244 sizeof(struct drm_fb_helper_crtc *), GFP_KERNEL);
1245 modes = kcalloc(dev->mode_config.num_connector,
1246 sizeof(struct drm_display_mode *), GFP_KERNEL);
> 1247 enabled = kcalloc(dev->mode_config.num_connector,
1248 sizeof(bool), GFP_KERNEL);
1249
1250 drm_enable_connectors(fb_helper, enabled);
---
0-DAY kernel build testing backend Open Source Technology Centre
Fengguang Wu <wfg@linux.intel.com> Intel Corporation
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-08-17 3:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-17 3:27 drm_fb_helper.c:1247:1-8: alloc with no test Fengguang Wu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).