Files
ArduinoJson/extras
Benoit Blanchon 60fb268d9a Fix UBSAN error "member call does not point to an object of type"
runtime error: member call on address XXX which does not point to an object of type 'Allocator'
XXX: note: object is of type 'SpyingAllocator'

This is due to the fact that some of the compilation units have different library settings, so a different namespace, and therefore a different `Allocator` class.
2024-05-16 17:47:07 +02:00
..
2024-01-03 08:47:06 +01:00
2024-01-03 08:47:06 +01:00