UnconditionedLife / smum

SMUM Checkin for Santa Maria Urban Ministries (San Jose, California)
https://www.santamariasj.org
3 stars 0 forks source link

Intermittent crash in dbSaveCurrentClient() #74

Closed scott-r closed 2 years ago

scott-r commented 5 years ago

Observed once on 12/15/2018.

In dbSaveCurrentClient(), clientData was non-null, but with length != 1. As a result, clientTableRow was not set to any value, so the reference on the following line results in an exception.

scott-r commented 2 years ago

Replaced by new implementation