Closed
Bug 1261996
Opened 9 years ago
Closed 6 years ago
[infer] Errors in sync
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
INACTIVE
People
(Reporter: mcomella, Unassigned, Mentored)
References
Details
(Whiteboard: [lang=java][good next bug])
/var/lib/jenkins/workspace/fennec-infer/mobile/android/services/src/main/java/org/mozilla/gecko/sync/CollectionKeys.java:72: error: NULL_DEREFERENCE
object returned by encodeBase64(bundle.getEncryptionKey()) could be null and is dereferenced by call to String(...) at line 72
/var/lib/jenkins/workspace/fennec-infer/mobile/android/services/src/main/java/org/mozilla/gecko/sync/CollectionKeys.java:119: error: NULL_DEREFERENCE
object returned by cleartext.get("default") could be null and is dereferenced by call to arrayToKeyBundle(...) at line 119
/var/lib/jenkins/workspace/fennec-infer/mobile/android/services/src/main/java/org/mozilla/gecko/sync/CryptoRecord.java:60: error: NULL_DEREFERENCE
object returned by payload.get("ciphertext") could be null and is dereferenced at line 60
/var/lib/jenkins/workspace/fennec-infer/mobile/android/services/src/main/java/org/mozilla/gecko/sync/CryptoRecord.java:61: error: NULL_DEREFERENCE
object returned by payload.get("IV") could be null and is dereferenced at line 61
/var/lib/jenkins/workspace/fennec-infer/mobile/android/services/src/main/java/org/mozilla/gecko/sync/Utils.java:222: error: NULL_DEREFERENCE
object returned by __new(class org.mozilla.apache.commons.codec.binary.Base32 ).encodeAsString(sha1(utf8)) could be null and is dereferenced at line 222
Reporter | ||
Comment 1•9 years ago
|
||
/var/lib/jenkins/workspace/fennec-infer/mobile/android/services/src/main/java/org/mozilla/gecko/sync/stage/SyncClientsEngineStage.java:489: error: NULL_DEREFERENCE
object cryptoRecord last assigned on line 488 could be null and is dereferenced at line 489
Comment 2•6 years ago
|
||
No action for a while, closing.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → INCOMPLETE
Updated•6 years ago
|
Resolution: INCOMPLETE → INACTIVE
Assignee | ||
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•