<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-desktop/libmate-desktop, branch v1.22.2</title>
<subtitle>Library with common API for various MATE modules</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-desktop/'/>
<entry>
<title>mate-thumbnail-pixbuf-utils: Fix division by zero</title>
<updated>2019-03-25T20:09:17+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2019-03-18T00:39:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-desktop/commit/?id=824dd5767c0b41d2c92d5beb63d9e891d50397fd'/>
<id>824dd5767c0b41d2c92d5beb63d9e891d50397fd</id>
<content type='text'>
Fixes Clang static analyzer warning:

mate-thumbnail-pixbuf-utils.c:160:17: warning: Division by zero
                                *dest++ = r / n_pixels;
                                          ~~^~~~~~~~~~
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes Clang static analyzer warning:

mate-thumbnail-pixbuf-utils.c:160:17: warning: Division by zero
                                *dest++ = r / n_pixels;
                                          ~~^~~~~~~~~~
</pre>
</div>
</content>
</entry>
<entry>
<title>mate-bg: Fix memory leak</title>
<updated>2019-03-25T20:09:11+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2019-03-16T16:27:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-desktop/commit/?id=cf00858fef7b447e250371588359b72fa535733e'/>
<id>cf00858fef7b447e250371588359b72fa535733e</id>
<content type='text'>
Fixes Clang static analyzer warning:

mate-bg.c:2764:2: warning: Potential leak of memory pointed to by 'size'
        g_queue_push_tail (parser-&gt;stack, g_strdup (name));
        ^~~~~~~~~~~~~~~~~
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes Clang static analyzer warning:

mate-bg.c:2764:2: warning: Potential leak of memory pointed to by 'size'
        g_queue_push_tail (parser-&gt;stack, g_strdup (name));
        ^~~~~~~~~~~~~~~~~
</pre>
</div>
</content>
</entry>
<entry>
<title>[Security] Use 'g_strlcpy' instead of 'strcpy'</title>
<updated>2019-03-17T15:26:00+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2019-03-17T01:24:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-desktop/commit/?id=137fd477b4ac9b2ff1e7773fbe10675685b572a5'/>
<id>137fd477b4ac9b2ff1e7773fbe10675685b572a5</id>
<content type='text'>
Fixes Clang static analyzer warnings:

mate-rr-config.c:549:3: warning: Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119
                strcpy (output-&gt;priv-&gt;vendor, "???");
                ^~~~~~

mate-desktop-item.c:2118:2: warning: Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119
        strcpy (the_exec, exec);
        ^~~~~~
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes Clang static analyzer warnings:

mate-rr-config.c:549:3: warning: Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119
                strcpy (output-&gt;priv-&gt;vendor, "???");
                ^~~~~~

mate-desktop-item.c:2118:2: warning: Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119
        strcpy (the_exec, exec);
        ^~~~~~
</pre>
</div>
</content>
</entry>
<entry>
<title>[Security] test-ditem: Use 'g_strlcat' instead of 'strcat'</title>
<updated>2019-03-17T15:25:49+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2019-03-17T01:13:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-desktop/commit/?id=3233410b3a2c23ac6d05e9603787fce5b530e364'/>
<id>3233410b3a2c23ac6d05e9603787fce5b530e364</id>
<content type='text'>
Fixes Clang static analyzer warning:

test-ditem.c:94:2: warning: Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119
        strcat (path, "/foo.desktop");
        ^~~~~~
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes Clang static analyzer warning:

test-ditem.c:94:2: warning: Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119
        strcat (path, "/foo.desktop");
        ^~~~~~
</pre>
</div>
</content>
</entry>
<entry>
<title>mate-colorsel: avoid deprecated 'gtk_widget_modify_bg'</title>
<updated>2019-02-07T10:00:38+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2019-02-05T12:11:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-desktop/commit/?id=87ff53b86535a1ee0d06943b309e2309c9e874d7'/>
<id>87ff53b86535a1ee0d06943b309e2309c9e874d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[mate-rr] Avoid deprecated g_type_class_add_private</title>
<updated>2019-01-29T20:18:39+00:00</updated>
<author>
<name>Wu Xiaotian</name>
<email>yetist@gmail.com</email>
</author>
<published>2019-01-26T13:54:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-desktop/commit/?id=b7dffb4086d7230c1b210bfc06a068a24ef21e5c'/>
<id>b7dffb4086d7230c1b210bfc06a068a24ef21e5c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve indents</title>
<updated>2019-01-29T20:18:27+00:00</updated>
<author>
<name>Wu Xiaotian</name>
<email>yetist@gmail.com</email>
</author>
<published>2019-01-29T02:00:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-desktop/commit/?id=627a1d931e3417630a5df78bb87b0d7873e43342'/>
<id>627a1d931e3417630a5df78bb87b0d7873e43342</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid deprecated g_type_class_add_private</title>
<updated>2019-01-29T20:18:27+00:00</updated>
<author>
<name>Wu Xiaotian</name>
<email>yetist@gmail.com</email>
</author>
<published>2019-01-26T13:46:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-desktop/commit/?id=46950f4bbedb593a4dc792b88c15977953904e2b'/>
<id>46950f4bbedb593a4dc792b88c15977953904e2b</id>
<content type='text'>
Changed MateBgCrossfade, MateColorbutton and MateDesktopThumbnail
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changed MateBgCrossfade, MateColorbutton and MateDesktopThumbnail
</pre>
</div>
</content>
</entry>
<entry>
<title>[mate-colorsel] Avoid deprecated g_type_class_add_private</title>
<updated>2019-01-29T20:17:34+00:00</updated>
<author>
<name>Wu Xiaotian</name>
<email>yetist@gmail.com</email>
</author>
<published>2019-01-26T13:29:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-desktop/commit/?id=6d30b651e3f2ac1ac668c741e19d2fc1cde62b3e'/>
<id>6d30b651e3f2ac1ac668c741e19d2fc1cde62b3e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mate-bg: avoid deprecated 'g_settings_list_keys'</title>
<updated>2019-01-09T11:08:45+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2019-01-07T02:08:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-desktop/commit/?id=e263ed779d728fbed1b419dddec73fbbf611c7e8'/>
<id>e263ed779d728fbed1b419dddec73fbbf611c7e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
