libreoffice-online/fuzzer
Miklos Vajna fc88a872c2 admin console: log when JWTAuth::verify() doesn't have enough tokens
This is no longer a huge problem, but it's still a good idea to return
early in that case.

Found with the recently added admin_fuzzer, when I locally disabled the
StringVector safety checks for test purposes.

(If you view the diff with -U30, then you see that we access tokens[2]
later, so if size is < 3, we should give up.)

Change-Id: I46fc531fb042cc1485a17a9e994ad37e9ff0cd80
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/91587
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2020-04-03 09:18:18 +02:00
..
admin-data admin console: log when JWTAuth::verify() doesn't have enough tokens 2020-04-03 09:18:18 +02:00
data wsd: fix crash with read-only documents + uno command without param 2020-02-27 17:59:59 +01:00
Admin.cpp Add an initial libfuzzer based fuzzer for the admin console 2020-04-02 12:11:24 +02:00
ClientSession.cpp libfuzzer: fix build 2020-03-17 10:34:40 +01:00