this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Check if there are enough bytes for a supposed entry (fuzzer W)

garrison df305aa2 67aa60a8

+2
+2
lib/servers/tlog.ex
··· 901 901 acc 902 902 entry_size > @max_entry_bytes -> 903 903 acc 904 + entry_size > byte_size(data) -> 905 + acc 904 906 true -> 905 907 << 906 908 entry_data::binary-size(entry_size),