Cut down the unnecessary malloc/memcpy/free by utilising the explicit
copy provided by the client.
But above all: do so, after ensuring we get valid data from the
implementation.
Fixes:
|
||
|---|---|---|
| .. | ||
| Makefile.am | ||
| dri3.c | ||
| dri3.h | ||
| dri3_priv.h | ||
| dri3_request.c | ||
| dri3_screen.c | ||
| meson.build | ||