- May 10, 2017
-
-
Rui Matos authored
-
- May 05, 2017
-
-
Mohammed Sadiq authored
g_utf8_find_next_char() doesn't do checks whether the char is '\0' or not. We have to take care of that ourself. This commit fixes heap-buffer-overflow found by test-hostname ERROR: AddressSanitizer: heap-buffer-overflow on address READ of size 1 at 0x60200000cd76 thread T0 #0 0x7f8b26920d08 in g_utf8_find_next_char glib/glib/gutf8.c:179 #1 0x55c2b8eacaee in pretty_hostname_to_ssid gnome-control-center/shell/hostname-helper.c:199 https://bugzilla.gnome.org/show_bug.cgi?id=782216
-
- May 02, 2017
-
-
Mohammed Sadiq authored
g_file_get_path() allocates new memory for path. So using g_strdup() later would leak the previous allocation. https://bugzilla.gnome.org/show_bug.cgi?id=782045
-
Mohammed Sadiq authored
The returned result of g_variant_get_strv() has to be freed when no-longer needed https://bugzilla.gnome.org/show_bug.cgi?id=782047
-
Mohammed Sadiq authored
g_variant_get_strv() returns newly allocated memory. This should be freed when no longer required. https://bugzilla.gnome.org/show_bug.cgi?id=782048
-
- Apr 27, 2017
-
-
Mohammed Sadiq authored
If the user press Escape key after the user have set some shortcut, don't save the newly set shortcut, and close the dialog. https://bugzilla.gnome.org/show_bug.cgi?id=778748
-
- Apr 14, 2017
-
-
Fabio Tomat authored
-
- Apr 13, 2017
-
-
Jonathan Kang authored
The switch was only reflecting the value of the WWAN killswitch instead of both the WWAN killswitch and the state of the connection itself. https://bugzilla.gnome.org/show_bug.cgi?id=690361
-
- Apr 12, 2017
-
-
Bastien Nocera authored
- Apr 10, 2017
-
-
Emmanuele Bassi authored
We hard-code a 16x16 asset for sunrise and sunset icons, which makes them look blurry at higher scaling factors. Let's look in the icon theme to see if there's an icon for sunrise and sunset; if not, we can still use the assets we ship, but we also attempt to load them from different resource paths, depending on the scale factor. We will need to update the assets to include a 32x32 rendering of the sunrise and sunset icons. https://bugzilla.gnome.org/show_bug.cgi?id=781029
-
- Apr 08, 2017
-
-
Tom Tryfonidis authored
-
gogo authored
-
- Apr 06, 2017
-
-
Dušan Kazik authored
-
- Mar 29, 2017
-
-
Stas Solovey authored
-
Stas Solovey authored
-
- Mar 28, 2017
-
-
Felipe Borges authored
This way we can safely interrupt an update without crashing g-c-c. https://bugzilla.gnome.org/show_bug.cgi?id=780299
-
- Mar 27, 2017
-
-
Piotr Drąg authored
-
- Mar 25, 2017
-
-
Piotr Drąg authored
-
Kjartan Maraas authored
-
- Mar 23, 2017
-
-
Piotr Drąg authored
-
Rui Matos authored
From a Coverity scan: panels/keyboard/cc-keyboard-manager.c:208: unreachable: Since the loop increment "i++;" is unreachable, the loop body will never execute more than once. This seems like a logic thinko introduced in commit 3207fe97 . In practice it was unlikely to be a problem since we don't have repeated shortcut gsettings key names in all our KeyListEntries files.
-
- Mar 21, 2017
-
-
Alain Lojewski authored
-
- Mar 20, 2017
- Mar 19, 2017
-
-
nishbone2016 authored
-
Daniel Korostil authored
-
- Mar 18, 2017
-
-
Rūdolfs Mazurs authored
-
Fabio Tomat authored
-
- Mar 17, 2017
-
-
Piotr Drąg authored
-
Fabio Tomat authored
-
- Mar 15, 2017
-
-
Bastien Nocera authored
It's not in 3.24.
-
- Mar 14, 2017
-
-
Bastien Nocera authored
This ensures that: - the AP list shown on startup when the Hotspot is disabled on startup, or when disabling it at run-time - the hotspot page is shown on startup when the Hotspot is enabled, or when it gets enabled at runtime https://bugzilla.gnome.org/show_bug.cgi?id=705546
-
Bastien Nocera authored
Commit e8248689 was supposed to do this, but needed to write the changes out to disk before activating the hotspot. https://bugzilla.gnome.org/show_bug.cgi?id=705546
-
-
- Mar 13, 2017
-
-
- Mar 12, 2017
-
-
Dušan Kazik authored
-
Мирослав Николић authored
-
- Mar 11, 2017
-
-
Fran Dieguez authored
-
A S Alam authored
-