Skip to content
  • Kevin J. McCarthy's avatar
    Increase ACCOUNT.pass field size. (closes #3921) · 52949004
    Kevin J. McCarthy authored
    #3921 reported his password token used for Google XOAUTH2 is size 129.
    The ACCOUNT structure currently uses a size 128 buffer.  Who knew a
    password field would ever be bigger than that?
    
    Since the ACCOUNT structure has no allocation/dellocation routines,
    the easiest fix is to increase the size.  Bump the size up to 256.
    52949004