AS Alexey Simakov
- Login: bigalex934@gmail.com
- Registered on: 09/01/2023
- Last sign in: 01/20/2026
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 6 | 6 |
| Reported issues | 0 | 7 | 7 |
Projects
| Project | Roles | Registered on |
|---|---|---|
| Suricata | Developer | 10/20/2025 |
| Suricata-Update | Developer | 10/20/2025 |
Activity
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...
05/26/2024
- AS 11:26 AM Suricata Bug #6826 (Rejected): app-layer/htp: Possible dereference of null in HTPCallbackRequestLine
- AS 11:26 AM Suricata Bug #6826: app-layer/htp: Possible dereference of null in HTPCallbackRequestLine
- I've checked it again. This is false-positive static checker trigger. I'll close ticket