1. 06 Feb, 2015 1 commit
    • Henrik Baard's avatar
      Change strncpy to strlcpy · 2152266d
      Henrik Baard authored
      Change all function calls to strncpy to strlcpy.
      
      Change-Id: I2bbefb7829d715847c5b26f4b9f0faddbd4c89d0
      2152266d
  2. 18 Dec, 2014 1 commit
    • Tim Murray's avatar
      Make vold compile with -Werror -Wall. · 8439dc9f
      Tim Murray authored
      -Wno-missing-field-initializers is used as well, but that is an
      overzealous warning from initializing structs with {0} and not a
      real warning.
      
      bug 18736778 and 16868177
      
      Change-Id: Iffde89cd7200d9a11193e1614f1819f9fcace30a
      8439dc9f
  3. 24 Sep, 2014 1 commit
    • jessica_yu's avatar
      print information about opened files when failed unmount · 3f14fe45
      jessica_yu authored
      Change-Id: I88ae719cdae490433390d624f75612a9f4f96677
      
      Cryptfs : Enabling support for allow_discards in dmcrypt.
      Cryptfs : Password matches
      Cryptfs : test_mount_encrypted_fs(): Master key saved
      TrustyKeymaster: Creating device
      TrustyKeymaster: Device address: 0x7f8f416100
      Cryptfs : keymaster version is 3
      Cryptfs : Just asked init to shut down class main
      ServiceManager: service 'drm.drmManager' died
      ServiceManager: service 'media.audio_flinger' died
      ServiceManager: service 'media.player' died
      ServiceManager: service 'media.camera' died
      ServiceManager: service 'android.security.keystore' died
      Cryptfs : unmounting /data failed
      
      Bug: 17576594
      3f14fe45
  4. 25 Mar, 2010 1 commit
  5. 18 Feb, 2010 1 commit
    • Kenny Root's avatar
      Check length of filenames before strcat · b3b4318a
      Kenny Root authored
      Just in case someone tries to set up a series of links to trick us, do a
      quick sanity check on the total length of the strings we're about to
      concatenate.
      
      Change-Id: Iba9617008dbc1e93e1907393052caf1e52fbe312
      b3b4318a
  6. 17 Feb, 2010 1 commit