AS Alexey Simakov
- Login: bigalex934@gmail.com
- Registered on: 09/01/2023
- Last sign in: 06/03/2026
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 6 | 6 |
| Reported issues | 1 | 7 | 8 |
Projects
| Project | Roles | Registered on |
|---|---|---|
| Suricata | Developer | 10/20/2025 |
| Suricata-Update | Developer | 10/20/2025 |
Activity
06/03/2026
- AS 11:32 AM Suricata Bug #8630: Silent failure when ignore-unknown-requirements is set to an invalid value
- I thought a littlebit more about this and seems thats no problems with that since API of ConfGetBool(...) claims that
/**
* \brief Check if a value is true.
*
* The value is considered true if it is a string with the value of 1,... - AS 07:08 AM Suricata Bug #8630 (New): Silent failure when ignore-unknown-requirements is set to an invalid value
- In issue #7434, the ignore-unknown-requirements configuration field was introduced. It is read in *detect-requires.c::DetectRequiresRegister()* via *ConfGetBool()* .
ConfGetBool() returns 1 if the field was found and successfully pars...
10/13/2025
- AS 06:16 PM Suricata Task #4022: Convert unittests to new FAIL/PASS API - detect-engine-address-ipv4.c
- Also, could I get permissions for assigning tasks on my self?
- AS 05:52 PM Suricata Task #4022: Convert unittests to new FAIL/PASS API - detect-engine-address-ipv4.c
- Probably need to close this ticket, since it was fixed in this commit
https://github.com/OISF/suricata/commit/d5dd549bcd0c98e46b3ad688ee10d7ef17a219c0
09/23/2024
- AS 06:11 PM Suricata Bug #7270 (Closed): conf: nullptr dereference if mem alloc fails for a node in yaml parser
- conf-yaml-loader.c:334 is instruction with allocation of new node, which could return nullptr in case of unsuccessful allocation and this could potentially lead to dereference of nullptr in some(pretty rare) cases
06/05/2024
- AS 08:15 AM Suricata Bug #7049 (Closed): util/radix-tree: Possible dereference of nullptr in case of unsuccess allocation of memory for node
- AS 08:15 AM Suricata Bug #7049 (In Review): util/radix-tree: Possible dereference of nullptr in case of unsuccess allocation of memory for node
- AS 08:15 AM Suricata Bug #7049 (Resolved): util/radix-tree: Possible dereference of nullptr in case of unsuccess allocation of memory for node
05/31/2024
- AS 06:07 PM Suricata Bug #7049 (In Review): util/radix-tree: Possible dereference of nullptr in case of unsuccess allocation of memory for node
05/28/2024
- AS 04:24 PM Suricata Bug #7049 (Closed): util/radix-tree: Possible dereference of nullptr in case of unsuccess allocation of memory for node
- There is two places in util-radix-tree:SCRadixAddKeyInternal, where pointer do not checked after allocation
- Allocation memory for new_node and absent check for it;
- Similar for inter_node;
!clipboard-202405281924-pxccj.png!
!clipb...