Skip to content
  • Richard Hughes's avatar
    Fix crash when viewing application details · 236a05e1
    Richard Hughes authored
    The code was creating an array of guint32 and reading back an array of gint
    which caused a crazy histogram and an invalid read in some circumstances.
    
    Standardize to reading and writing a guint32 everywhere and make the code
    somewhat simpler.
    
    Fixes #928
    236a05e1