The source project of this merge request has been removed.
drm-atomic: fix allocation size
props_info
happens to be of type drmModePropertyRes **
so sizeof(props_info) == sizeof(*props_info)
, so we didn't notice, but the compiler did.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
props_info
happens to be of type drmModePropertyRes **
so sizeof(props_info) == sizeof(*props_info)
, so we didn't notice, but the compiler did.