Evgenii Malygin

Results 53 issues of Evgenii Malygin

Here is the code which sends messages prior to fuzzed message: https://github.com/jtpereyda/boofuzz/blob/373a5cb071f68b5076b098472db31de841c87389/boofuzz/sessions.py#L1731 So boofuzz allows only fuzzing of the last message in chain. For a graph like: [message1]->[message2]->[message3] Fuzzing will...

enhancement

Fuzzing main loop handles all exceptions, but for `SystemExit` exception (that is being generated when `exit()` or `sys.exit()` is called) it just doesn't stop. So it's impossible to exit fuzzing...

На старте поле floor у пассажиров вне лифта равно нулю (что вообще не очевидно откуда берётся), а from_floor равно единице. Если так и задумано, то в документации остаётся недосказанность. Также...

bug

Дело в том, что в предлагаемом дебажном логгере const char * логгирует вот как: Tick[15] logs: true А не как строку. Было бы неплохо сделать toString для const char *...

bug

Исправлена циклическая зависимость в хедерах api.h и strategy.h/base_strategy.h. Теперь можно инклудить api.h без возникновения циклических зависимостей.

Storage tool: - JournalFile: remove manual memory management - JournalFile: add preconditions checks - JournalFile: list all member fields on construction

I haven't touched the sample code from `README.md` and usage examples since it's too much, instead, I did some quick cleanup https://github.com/bloomberg/blazingmq/issues/290

### Is there an existing proposal for this? - [X] I have searched the existing proposals ### Is your feature request related to a problem? Currently, `AdminClient` is not suitable...

enhancement
A-Testing

### Is there an existing proposal for this? - [X] I have searched the existing proposals ### Is your feature request related to a problem? `cppcheck` output: ``` src/groups/mqb/mqbsl/mqbsl_readwriteondisklog.t.cpp:945:9: error:...

enhancement
good first issue
A-Testing