Peter Goodman

Results 339 comments of Peter Goodman

``` Also, in the document I'm referring to, I can't find reference to the line that you mentioned in- "I accidentally had a variable ${LLVM_VER} instead of 18 in llvm-toolchain-$(lsb_release...

It seems like your kitware (cmake) certificate is not valid or that there are issues with it. I recommend googling or asking chatgpt how to make it trust an untrusted...

What happens when you run one/all of those commands manually? Do they work?

I don't have time to try to reproduce things. However, what would help me diagnose this better is the following: Before [this line](https://github.com/trailofbits/multiplier/blob/main/bin/Index/Importer.cpp#L471), do something like: ``` LOG(ERROR)

Hrm, I'm wondering if that `if` statement checking the return status should be updated. Specifically, we intentionally do want the error from the `-include`, just in case things proceed further....

@bsdb0y great diagnosis!! Would you be willing to work in some kind of flag like, `--fork_mode` or `--use_fork` or something like that? If you do this, and contribute it as...

This could probably be changed to [`[[fallthrough]];`](https://en.cppreference.com/w/cpp/language/attributes/fallthrough) now.

My suspicion is that because this is a function named `test`, and there are many such functions in cURL, that we are somehow finding redeclarations of the `url` parameter. I...

Suspicion mostly confirmed: the calls are in a different fragment: ![image](https://user-images.githubusercontent.com/43664/217893296-7acad638-a7e6-4e98-ad8b-4f10510ae993.png) This is now an indexer issue to think through.