mirror of
https://github.com/brl/mutter.git
synced 2025-06-25 22:47:06 +00:00
b2247b10fd4c53572c04fe539802dfac2b1145f6

g_ascii_dtostr was being used in four separate arguments to g_string_append_printf but all invocations of it were using the same buffer. This would end up with all of the arguments having the same value which would depend on whichever order the compiler evaluates them in. This patches changes it to use a multi-dimensional array and a loop to fill in the separate buffers. http://bugzilla.clutter-project.org/show_bug.cgi?id=2219
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%