BUGGED — buffer overflow silently drops messages (no gate)
Buffer: 0/4 slots
This app has a producer/consumer buffer overflow bug: the buffer holds 4 slots,
but when the producer writes more than 4 before the consumer reads, the overflow is
silently dropped — no error, no retry. The message is just lost.