Re: [PATCH] Remove redundant memclear

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Friday, 2017-06-30 03:56:55 +0000, coypu wrote:
> drmMalloc will zero out the memory for us

Good catch, thanks!
R-b and pushed.

In the future, can you provide your real name, and add a Signed-off-by: line?

Cheers,
  Eric

> ---
>  xf86drm.c | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/xf86drm.c b/xf86drm.c
> index 2ac3f26..879f85b 100644
> --- a/xf86drm.c
> +++ b/xf86drm.c
> @@ -866,8 +866,6 @@ drmVersionPtr drmGetVersion(int fd)
>      drmVersionPtr retval;
>      drm_version_t *version = drmMalloc(sizeof(*version));
>  
> -    memclear(*version);
> -
>      if (drmIoctl(fd, DRM_IOCTL_VERSION, version)) {
>          drmFreeKernelVersion(version);
>          return NULL;
> -- 
> 2.13.1
> 
_______________________________________________
dri-devel mailing list
dri-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.freedesktop.org/mailman/listinfo/dri-devel




[Index of Archives]     [Linux DRI Users]     [Linux Intel Graphics]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux