Commit Graph

6 Commits

Author SHA1 Message Date
Arjun 98615176fb
[GPSD] remove FuzzLibgps and some bloat (#8707)
Well, It was a mistake from my side.
inside ```gps_unpack``` is actually ```libgps_json_unpack``` function
call.

[source
code](dc7ff7fc4f/libgps/libgps_sock.c (L402))

Signed-off-by: 0x34d <ajsinghyadav00@gmail.com>

Signed-off-by: 0x34d <ajsinghyadav00@gmail.com>
2022-10-07 13:36:11 +01:00
Arjun d76fb7d579
[GPSD] fix json bugs. (#8669)
Fix of https://github.com/google/oss-fuzz/issues/8666
Signed-off-by: 0x34d <ajsinghyadav00@gmail.com>

Signed-off-by: 0x34d <ajsinghyadav00@gmail.com>
2022-10-04 12:51:54 -07:00
Oliver Chang a5562d72c3
Disable ubsan for gpsd (#8668)
The maintainer does not want these reports.

Fixes https://github.com/google/oss-fuzz/issues/8658
2022-10-04 17:14:40 +11:00
Arjun 61db710849
[gpsd] initial integration (#8548)
New: https://github.com/google/oss-fuzz/pull/8493

Signed-off-by: 0x34d <ajsinghyadav00@gmail.com>
2022-09-30 12:29:51 -04:00
Oliver Chang a6af5704de
Revert "[gpsd] initial integration" (#8537)
Reverts google/oss-fuzz#8493
2022-09-20 17:30:12 +10:00
Arjun 81006e27df
[gpsd] initial integration (#8493)
Hey @ckuethe , 
Can you take a look at this?

Signed-off-by: 0x34d <ajsinghyadav00@gmail.com>

Signed-off-by: 0x34d <ajsinghyadav00@gmail.com>
2022-09-20 16:52:15 +10:00