Skip to content
Snippets Groups Projects
  1. May 10, 2017
  2. May 05, 2017
    • Mohammed Sadiq's avatar
      hostname-helper: don't read past '\0' · 7ca14779
      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
      7ca14779
  3. May 02, 2017
  4. Apr 27, 2017
  5. Apr 14, 2017
  6. Apr 13, 2017
  7. Apr 12, 2017
  8. Apr 10, 2017
  9. Apr 08, 2017
  10. Apr 06, 2017
  11. Mar 29, 2017
  12. Mar 28, 2017
  13. Mar 27, 2017
  14. Mar 25, 2017
  15. Mar 23, 2017
    • Piotr Drąg's avatar
      Update Polish translation · bbcc4341
      Piotr Drąg authored
      bbcc4341
    • Rui Matos's avatar
      keyboard: Fix check for existing shortcut settings · b8f70650
      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.
      b8f70650
  16. Mar 21, 2017
  17. Mar 20, 2017
  18. Mar 19, 2017
  19. Mar 18, 2017
  20. Mar 17, 2017
  21. Mar 15, 2017
  22. Mar 14, 2017
  23. Mar 13, 2017
  24. Mar 12, 2017
  25. Mar 11, 2017