Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1664308
| From | Eric Anholt <eric@anholt.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2] drm/vc4: Fix resource leak in 'vc4_get_hang_state_ioctl()' in error handling path |
| Date | 2017-06-13 02:20 +0200 |
| Message-ID | <tRHIR-LU-11@gated-at.bofh.it> (permalink) |
| References | <tGi1r-4vQ-15@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
Christophe JAILLET <christophe.jaillet@wanadoo.fr> writes: > If one 'drm_gem_handle_create()' fails, we leak somes handles and some > memory. > > In order to fix it: > - move the 'free(bo_state)' at the end of the function so that it is also > called in the eror handling path. This has the side effect to also try > to free it if the first 'kcalloc' fails. This is harmless. > - add a new label, err_delete_handle, in order to delete already > allocated handles in error handling path > - remove the now useless 'err' label Reviewed and applied. Thanks!
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH v2] drm/vc4: Fix resource leak in 'vc4_get_hang_state_ioctl()' in error handling path Eric Anholt <eric@anholt.net> - 2017-06-13 02:20 +0200
csiph-web