summaryrefslogtreecommitdiffstats
path: root/fuzzer
Commit message (Expand)AuthorAgeFilesLines
* wsd, clientsession: guard against negative w/h in clientvisibleareaMiklos Vajna2024-02-261-0/+0
* admin: handle errors while decoding URLsMiklos Vajna2024-01-161-0/+0
* admin: improve error handling on bad json for updateroutetokenMiklos Vajna2024-01-091-0/+1
* wsd, DocumentBroker: check for missing child processMiklos Vajna2024-01-081-0/+2
* wsd: check for nullptr channel in AdminSocketHandlerMiklos Vajna2023-12-011-0/+0
* wsd: handle Poco::URISyntaxException in AdminSocketHandler::handleMessage()Miklos Vajna2023-11-291-0/+0
* Fix fuzzers buildMiklos Vajna2023-11-291-2/+2
* fuuzer, httpresponse: clear state before each runMiklos Vajna2023-02-281-1/+3
* wsd: fix missing tile cache check in ClientSession::getCommandValues()Miklos Vajna2022-10-251-0/+0
* fuzzers: fixup HttpEchoAshod Nakashian2022-08-171-6/+9
* fuzzers: add httpecho fuzzer scriptAshod Nakashian2022-08-172-0/+33
* fuzzers: add http corpus and dictionaryAshod Nakashian2022-08-17505-0/+4593
* fuzzers: more aggressive http::Response fuzzingAshod Nakashian2022-08-171-1/+2
* wsd: add HttpEcho fuzzerAshod Nakashian2022-08-171-0/+149
* client session fuzzer: try harder to empty SocketPoll::_newCallbacks on shutdownMiklos Vajna2022-05-311-0/+3
* clientsession_fuzzer: fix missing UnitWSDMiklos Vajna2022-01-211-0/+1
* rename: remaining lool->cool changesAndras Timar2021-11-185-2/+2
* rename wsd protocol command 'loolclient' to 'coolclient'Andras Timar2021-11-175-1/+1
* log: don't try to get the channel of a non-existing loggerMiklos Vajna2021-07-151-0/+0
* http response: check if result would fit into chunkLenMiklos Vajna2021-07-081-0/+0
* wsd: guard against negative counter in loolclient cmdMiklos Vajna2021-06-041-0/+0
* Make sure that double fits into uint64_tMiklos Vajna2021-05-311-0/+0
* ClientSession::_handleInput: avoid pointing to a temporaryMiklos Vajna2021-05-101-0/+0
* fuzzers: HttpResponse is a superset of HttpStatusMiklos Vajna2021-04-286-28/+1
* Add a fuzzer for http::Response::readData()Miklos Vajna2021-04-236-13/+27
* StatusLine::parse: handle non-null-terminated buffer with std::atoi()Miklos Vajna2021-04-231-0/+1
* StatusLine::parse: only feed integers to std::atoi()Miklos Vajna2021-04-231-0/+2
* Add a fuzzer for http::StatusLine::parse()Miklos Vajna2021-04-234-0/+30
* Add an initial libfuzzer based fuzzer for http::Header::parse()Miklos Vajna2021-04-222-0/+21
* HttpRequest: add missing config.h includeMiklos Vajna2021-03-302-0/+4
* LOOLWSD::sendMessageToForKit: add error handlingMiklos Vajna2021-03-161-0/+1
* admin fuzzer: fix buildMiklos Vajna2021-01-041-1/+1
* wsd: fix crash on renderfont when the doc broker has no tile cacheMiklos Vajna2020-12-211-0/+0
* fuzzer-clientsessionMiklos Vajna2020-11-301-0/+3
* DocumentBroker::saveToStorage: guard against nullptr _storageMiklos Vajna2020-10-261-0/+3
* DocumentBroker::sendRequestedTiles: avoid nullptr _tileCacheMiklos Vajna2020-10-081-0/+0
* document broker: handle tile request without tile cacheMiklos Vajna2020-09-281-0/+0
* libfuzzer: fix buildMiklos Vajna2020-06-031-2/+5
* wsd: RequestDetails takes the service root as argumentAshod Nakashian2020-06-021-1/+1
* libfuzzer: add initial documentationMiklos Vajna2020-05-151-0/+20
* Proxy: move requestDetails closer to ProxyProtocol.Michael Meeks2020-05-131-2/+2
* libfuzzer: fix buildMiklos Vajna2020-05-071-2/+3
* Proxy: re-factor proxy handling into ServerURL and cleanup copy/paste.Michael Meeks2020-05-061-2/+2
* admin_fuzzer: fix too large param to mem stats size setterMiklos Vajna2020-04-201-0/+0
* admin_fuzzer: fix too large param to cpu_stats_size setterMiklos Vajna2020-04-201-0/+0
* clientsession_fuzzer: fix buildMiklos Vajna2020-04-171-1/+1
* admin console: fix handling of out of range kill parameterMiklos Vajna2020-04-071-0/+0
* admin console: log when JWTAuth::verify() doesn't have enough tokensMiklos Vajna2020-04-032-0/+1
* Add an initial libfuzzer based fuzzer for the admin consoleMiklos Vajna2020-04-022-0/+31
* libfuzzer: fix buildMiklos Vajna2020-03-171-1/+2