kumarak
kumarak
The ABI library for the `libc` functions causes the noticeable improvement in the performance of lifted apache binaries. Extend the ABI library feature to include the list of functions from...
Extend interface_details table to port the additional columns on macOS: - connection_id - description - service - dhcp_enabled - dhcp_server - dns_domain - dns_domain - dns_server_search_order
### VAST version master ### LLVM version 18.1.4 ### Operating system MacOS ### Description Asserts due to invalid cast while lowering curl codebase. ``` * thread #109, stop reason =...
The variable declaration may be missing in the Lookup Table while lowering the `DeclRefExpr`. I found a few instances of this issue with file-scoped variables and variables having non-ODR references...
The pasta Split token fails to identify the `less()` token with stream in/out tokens (``). This causes the end source location of the token be very high causing the assert....
Entity provider hit assert on testing OGharness with debug build of multiplier ``` #0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140737352515584) at ./nptl/pthread_kill.c:44 #1 __pthread_kill_internal (signo=6, threadid=140737352515584) at ./nptl/pthread_kill.c:78 #2 __GI___pthread_kill (threadid=140737352515584, signo=signo@entry=6)...
clang diagnostic error while building AST from the compile command of curl codebase. It seems due to type mismatch. ``` E20240528 16:09:03.901198 1896787 IndexCompileJob.cpp:3250] Error building AST for command -cc1...
While getting token provenance if the placeholder type is not deduced while visiting the types, It may call the visitor function on the same type causing recursion and stack overshoot....
The serialization of the CallExpr fails while getting the `CallReturnType`. This is because the callee type is an elaborate type for Class template specialization and can't be cast to `FunctionType`...
I see a possible infinite loop while getting the align token for `struct pair` and its specializations. The backtrace for the thread is below: ``` * thread #55 frame #0:...