-
Notifications
You must be signed in to change notification settings - Fork 360
Issues: rust-lang/miri
Reference to uninitialized memory is not caught
#2518
by nandesu-utils
was closed Oct 6, 2022
Closed
6
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Support memchr on arm64 too
A-intrinsics
Area: Affects out implementation of Rust intrinsics
A-shims
Area: This affects the external function shims
C-enhancement
Category: a PR with an enhancement or an issue tracking an accepted enhancement
#4191
opened Feb 13, 2025 by
bjorn3
Add support for Windows virtual memory functions (VirtualAlloc, ...)
A-shims
Area: This affects the external function shims
A-windows
Area: affects only Windows targets
C-enhancement
Category: a PR with an enhancement or an issue tracking an accepted enhancement
#4187
opened Feb 11, 2025 by
yanchith
std::fs::copy
is unsupported
A-files
#4183
opened Feb 7, 2025 by
anatawa12
linkme crate not supported by Miri
A-shims
Area: This affects the external function shims
C-enhancement
Category: a PR with an enhancement or an issue tracking an accepted enhancement
#4171
opened Feb 2, 2025 by
nazar-pc
Make Area: working on Miri as a developer
C-enhancement
Category: a PR with an enhancement or an issue tracking an accepted enhancement
--target
not order-sensitive in ./miri run
A-dev
#4125
opened Jan 6, 2025 by
tiif
Support Area: affects our concurrency (multi-thread) support
A-shims
Area: This affects the external function shims
C-enhancement
Category: a PR with an enhancement or an issue tracking an accepted enhancement
F_SETFL
and F_GETFL
A-concurrency
#4119
opened Jan 3, 2025 by
tiif
2 tasks
We should have a Miri book
A-docs
Area: affects documentation
C-enhancement
Category: a PR with an enhancement or an issue tracking an accepted enhancement
#4108
opened Dec 24, 2024 by
RalfJung
Please consider adding documentation on the internal architecture
A-dev
Area: working on Miri as a developer
C-enhancement
Category: a PR with an enhancement or an issue tracking an accepted enhancement
#4107
opened Dec 24, 2024 by
oligamiq
Miri should warn or error when accessing file at Area: affects only Linux targets
A-shims
Area: This affects the external function shims
C-enhancement
Category: a PR with an enhancement or an issue tracking an accepted enhancement
E-good-first-issue
A good way to start contributing, mentoring is available
/proc/self/fd/X
A-linux
#4096
opened Dec 16, 2024 by
stevenengler
Support loading a Area: calling native functions via FFI
C-enhancement
Category: a PR with an enhancement or an issue tracking an accepted enhancement
build.rs
compiled .so
with -Zmiri-native-lib
A-native
#4077
opened Dec 6, 2024 by
Nemo157
Backtraces stop at thread boundaries
A-diagnostics
errors and warnings emitted by miri
C-enhancement
Category: a PR with an enhancement or an issue tracking an accepted enhancement
E-good-first-issue
A good way to start contributing, mentoring is available
#4066
opened Nov 29, 2024 by
oli-obk
Add TID support to sched_getaffinity/sched_setaffinity
A-shims
Area: This affects the external function shims
C-enhancement
Category: a PR with an enhancement or an issue tracking an accepted enhancement
E-good-first-issue
A good way to start contributing, mentoring is available
#4062
opened Nov 26, 2024 by
RalfJung
unix: add support for libc::readv and libc::writev
A-shims
Area: This affects the external function shims
A-unix
Area: affects our shared Unix target support
C-enhancement
Category: a PR with an enhancement or an issue tracking an accepted enhancement
E-good-second-issue
A good issue to pick up if you've already seen some parts of Miri, mentoring is available
#4048
opened Nov 22, 2024 by
mstoeckl
Randomize thread unblocking operation
A-concurrency
Area: affects our concurrency (multi-thread) support
A-shims
Area: This affects the external function shims
C-enhancement
Category: a PR with an enhancement or an issue tracking an accepted enhancement
#4032
opened Nov 13, 2024 by
tiif
Support kqueue on macOS
A-mac
Area: Affects only macOS targets
A-shims
Area: This affects the external function shims
C-enhancement
Category: a PR with an enhancement or an issue tracking an accepted enhancement
#4007
opened Nov 1, 2024 by
danielsn
Adding useful commands to documentation
A-docs
Area: affects documentation
C-enhancement
Category: a PR with an enhancement or an issue tracking an accepted enhancement
#3991
opened Oct 25, 2024 by
tiif
socketpair Area: affects only Linux targets
A-shims
Area: This affects the external function shims
C-enhancement
Category: a PR with an enhancement or an issue tracking an accepted enhancement
SOCK_DGRAM
support
A-linux
#3986
opened Oct 22, 2024 by
tiif
Get rid of IDs for synchronization primitives, make pthread shims not leaky
A-concurrency
Area: affects our concurrency (multi-thread) support
A-unix
Area: affects our shared Unix target support
C-enhancement
Category: a PR with an enhancement or an issue tracking an accepted enhancement
E-good-first-issue
A good way to start contributing, mentoring is available
#3967
opened Oct 12, 2024 by
RalfJung
Tokio shim wishlist
A-shims
Area: This affects the external function shims
C-enhancement
Category: a PR with an enhancement or an issue tracking an accepted enhancement
C-project
Category: a larger project is being tracked here, usually with checkmarks for individual steps
#3963
opened Oct 11, 2024 by
tiif
Add support for Linux timerfd
A-files
Area: related to files, paths, sockets, file descriptors, or handles
A-linux
Area: affects only Linux targets
A-shims
Area: This affects the external function shims
C-enhancement
Category: a PR with an enhancement or an issue tracking an accepted enhancement
#3934
opened Oct 2, 2024 by
FrankReh
unsupported operation: renameat2, openat, openat2, ...
A-files
Area: related to files, paths, sockets, file descriptors, or handles
A-shims
Area: This affects the external function shims
C-enhancement
Category: a PR with an enhancement or an issue tracking an accepted enhancement
S-blocked
Status: blocked on something happening somewhere else
#3931
opened Oct 1, 2024 by
cyphar
Add -Zmiri-trace-ffi to emit a message per FFI call
A-shims
Area: This affects the external function shims
C-enhancement
Category: a PR with an enhancement or an issue tracking an accepted enhancement
#3919
opened Sep 27, 2024 by
oli-obk
Solarish: Implement file system support
A-files
Area: related to files, paths, sockets, file descriptors, or handles
A-shims
Area: This affects the external function shims
A-solarish
Area: affects our Solaris/Illumos target support
C-enhancement
Category: a PR with an enhancement or an issue tracking an accepted enhancement
E-good-first-issue
A good way to start contributing, mentoring is available
#3890
opened Sep 15, 2024 by
RalfJung
Shims ICE when a scalar argument isn't actually a scalar
A-shims
Area: This affects the external function shims
C-bug
Category: This is a bug.
E-good-second-issue
A good issue to pick up if you've already seen some parts of Miri, mentoring is available
I-ICE
Impact: makes Miri crash with some ICE
#3842
opened Aug 24, 2024 by
RalfJung
Previous Next
ProTip!
Adding no:label will show everything without a label.