-
Clang-18 with -fsanitize=dataflow -fwhole-program-vtables -flto -c crashes on the test case.
Compiler explorer: https://gcc.godbolt.org/z/vf5rGThx5
```
$cat mutant.c
typedef struct FILE { int i; }…
-
I was bored yesterday so toyed around implementing a bytecodes compiler for Rhai.
This is a second attempt taking experience from @gmorenz's PR https://github.com/jonathandturner/rhai/pull/147
T…
-
I was reviewing the changes between versions 2 and 3 and noticed that the `unlock` function was changed from `unsafe` to safe:
https://github.com/darfink/region-rs/commit/02a1d48164efe9eb18adec1362…
-
I've manged to build the demo from the source code without issues, however when trying to link the compiled lib into another project I get issues with the RadialLight class.
I define the RadialLigh…
-
Jira Link: [DB-962](https://yugabyte.atlassian.net/browse/DB-962)
### Description
Similar one to https://github.com/yugabyte/yugabyte-db/issues/11260, not sure if related:
```
TRAP: FailedAssertio…
def- updated
2 months ago
-
Only some operations are actually unsafe inside an unsafe block (calls to unsafe fn's, raw pointer dereference). It would be cool to highlight such operations!
See https://github.com/rust-analyzer/…
-
The following code will cause the compiler to go into an infinite function instantiation loop when compiling with `zig build-exe bug.zig`:
```zig
const std = @import("std");
fn comptimeFun(comp…
-
The following code is fine according to LLVM `noalias`, but rejected by both Stacked Borrows and Tree Borrows:
```rust
fn main() { unsafe {
let mut array = [0i32; 8];
let ptr1 = array.as_m…
-
The existent tracing for the `aws-sdk-go` seems limited and missing some important information: for example, when instrumenting SNS and SQS calls.
Tracing information for an SNS Publishing event
`…
-
While building [duchess](https://github.com/duchess-rs/duchess) we found a data race in the OpenJDK implementation of `JNI_GetCreatedJavaVMs`. When called concurrently with `JNI_CreateJavaVM`, `JNI_Ge…