[cairo-bugs] [Bug 95227] [Patch] Cairo potentially spams stdout in certain places
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sun Sep 4 09:07:24 UTC 2016
https://bugs.freedesktop.org/show_bug.cgi?id=95227
Andrea Canciani <ranma42 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|ASSIGNED |RESOLVED
--- Comment #5 from Andrea Canciani <ranma42 at gmail.com> ---
Fixed in
commit a69e5af9cd62d1e8d9f503a9d74338a49e31f9cd
Author: Ed Schouten <ed at nuxi.nl>
Date: Sun Sep 4 08:41:27 2016 +0200
Write debugging information to the debugging file
Some debugging functions wrote to stdout, which is inconsistent with
the other debugging functions of the same groups.
Instead they should write to the debugging file that they are given as
input.
Reviewed-by: Andrea Canciani <ranma42 at gmail.com>
Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=95227
commit efc40a94939a75c78474862638647bd5363d08cf
Author: Ed Schouten <ed at nuxi.nl>
Date: Sun Sep 4 08:34:49 2016 +0200
Prevent observer surfaces from writing to stdout
Invoking cairo_surface_mark_dirty () on an observer surface would
cause it to print debugging output to stdout.
Reviewed-by: Andrea Canciani <ranma42 at gmail.com>
Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=95227
--
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.cairographics.org/archives/cairo-bugs/attachments/20160904/dffe37a7/attachment.html>
More information about the cairo-bugs
mailing list