---
name: Bug report
about: Report a correctness, safety, or behavioural defect in sefer-alloc
title: "[BUG] "
labels: bug
assignees: ''
---
## Description
## Steps to reproduce
1.
2.
3.
## Expected behavior
## Actual behavior
## Minimal reproducer
```rust
// paste code here
```
## Environment
| `rustc --version --verbose` | |
| OS / distro | |
| Target triple | |
| `sefer-alloc` version | |
| Feature flags enabled | |
## Diagnostic output
```
paste output here
```
## Verification layer that caught this
- [ ] Plain `cargo test`
- [ ] `miri`
- [ ] ThreadSanitizer (TSan)
- [ ] Valgrind / memcheck
- [ ] `loom` model check
- [ ] `cargo fuzz`
- [ ] Found in production / benchmarks
- [ ] Other (describe below)
## Additional context