-
when I use "carve -r ./*.faa ......",an error occurred:
AttributeError: Can't pickle local object 'main..f'
It shows that in CarveMe's code, there is a problem that cannot be serialized during paral…
-
Hi, this script stopped working after this commit: faeb074eff457772ae68a9d67caf0090b372e81f
Logs:
```
Setting up the working directory (/home/user/dockerx)
- Models in the persistent area
- Contr…
-
I'm currently getting this:
```
Failed to resolve reference to 'as_uint64' from 'as_uint64'
Reported at src/lib/Metadata/Finalize.cpp(173)
Failed to resolve reference to 'async_start_stateme…
-
Currently `pip install libcst` will do a from-source build on free-threaded 3.13.0:
```
goldbaum at Nathans-MBP in ~/Documents/cryptography on main!
± pip install libcst
Collecting libcst
Dow…
-
Hi there, clang++ crashes from an assertion failure on the following invalid test case:
```cpp
struct a b () {( a ( c < cnt , ( {struct
} ) ) )
```
Note that removing the line separator mak…
-
**Note from the teaching team:** This bug was reported during the _Part II (Evaluating Documents)_ stage of the PE. **You may reject this bug if it is not related to the quality of documentation.**
It…
-
**This testcase is generated by a fuzzer.**
Compiler Explorer: [https://godbolt.org/z/nMcnrT7fn](https://godbolt.org/z/nMcnrT7fn)
This invalid code will crash on both Clang and Clang Assertion T…
-
Currently, the basis library doesn't include any shift operations in the Word8 or Word64 modules, and the parser can't generate Opapps with a Shift operation. Thus, the user cannot write programs that…
-
Compiler Explorer: https://godbolt.org/z/KbqY94EYr
```console
:6:19: error: statement expression not allowed at file scope
6 | typedef __typeof( ({ (struct { foo *x; char y[8]; }){ }; }) ) wuz;…
-
Thanks for all the work so far; looks like there are some issues with the handling of unquoted url values.
Input:
```css
.x {background: url(http://mysite.example.com/mycursor.png);}
```
Error:…