Kevin Stevens

Results 4 issues of Kevin Stevens

Even after the cache logic improvements recently merged in #1784, there are still some codepaths in `ContextType.cache_dir()` that return `None`. As alluded to in that PR, if this is triggered,...

bug
backport-required

**Describe the bug.** angr crashes when it attempts to simulate ws2_32.dll's [`inet_ntoa()`](https://docs.microsoft.com/en-us/windows/win32/api/winsock/nf-winsock-inet_ntoa), with [`TypeError: I don't know how to lay out a union None`](https://github.com/angr/angr/blob/bd8ee2cf5ad9108d7b8694c27e8afb8589d18be0/angr/calling_conventions.py#L139). It seems that the code for...

bug
help wanted

`std::map` is broken when compiling with ko-clang++. It works when using regular clang++. Here's my test case ("test.cpp"). It sets up a `std::map` and adds items to it one by...

### Brief description `bytes(TLS(b)) == b` isn't true for certain TLS packets with invalid extensions data. ### Scapy version 5c6085067079f063a7bc11d592d0a80ff6138cb9 ### Python version 3.10 ### Operating system Ubuntu 22.04 ###...

tls