Author :
claudio
Date :
2023-06-12 09:02:31
Hash :c308a74e Message :Use stdio open_memstream(3) to build up log strings instead of trying to
abuse ibufs for that. Using stdio for this has the benefit of using any
stdio function to build up strings including fprintf().
With and OK tb@