mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-04-20 06:00:43 +02:00
Merge branch 'bobby285271/fix-format-security' into 'master'
Fix building with -Werror=format-security See merge request cairo/cairo!508
This commit is contained in:
commit
7a06f65d9b
1 changed files with 1 additions and 0 deletions
|
|
@ -2534,6 +2534,7 @@ _cairo_pdf_surface_open_content_stream (cairo_pdf_surface_t *surface,
|
|||
_cairo_pdf_surface_open_stream (surface,
|
||||
resource,
|
||||
surface->compress_streams,
|
||||
"%s",
|
||||
str);
|
||||
free (str);
|
||||
free (data);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue