mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-11-01 00:38:27 +01:00 
			
		
		
		
	Clang-format: set DerivePointerAlignment to false
				
					
				
			This commit is contained in:
		| @@ -1,6 +1,6 @@ | ||||
| #include <ArduinoJson.h> | ||||
|  | ||||
| extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) { | ||||
| extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) { | ||||
|   DynamicJsonDocument doc(4096); | ||||
|   DeserializationError error = deserializeJson(doc, data, size); | ||||
|   if (!error) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user