Fork from pix106's tree
Find a file
Kevin Tang cd387d1e8e LocIpc could be using data member from a deleted obj
startListeningBlocking is meant to be called under a reader
thread, which is the case if startListeningNonBlocking calls
it. A LocIpc client may delete the LocIpc obj, which would
trigger sending an ABORT msg to the reader thread before it
is subsequently deleted, in which case, it is possible that
when the reader thread comes around to process the ABORT msg,
referencing the data members of the possibly stale obj would
cause unpredictable behaviors.

Change-Id: I441af85c04d92b6fff695c020e3e0b4bd5e90409
CRs-Fixed: 2380093
2019-01-14 11:21:02 -08:00
android Lowered the severity of debug message 2018-11-13 16:36:26 -08:00
build Initial Android target definition for trinket 2018-10-29 15:53:41 -07:00
core Request for a data item value is not handle by SSO 2018-11-20 14:17:58 +05:30
etc PZ90 datum support 2018-11-30 16:07:06 +08:00
gnss Merge "fix multiple GPS_LOCK request" 2019-01-04 21:25:14 -08:00
location GPS location API: support destroy with callback for completion 2018-11-27 17:07:19 -08:00
pla gps: add include files for LA compilation 2018-11-05 14:53:17 +05:30
utils LocIpc could be using data member from a deleted obj 2019-01-14 11:21:02 -08:00
Android.mk Move GNSS_CFLAGS to build/ to be fully included 2018-01-24 19:39:31 +08:00
CleanSpec.mk Merge branch jb_mr1 into jb_2.6 2013-06-11 14:58:24 -07:00
configure.ac LE clean up 2018-01-16 13:35:38 -08:00
loc-hal.pc.in LE clean up 2018-01-16 13:35:38 -08:00
Makefile.am LE clean up 2018-01-16 13:35:38 -08:00