-
Notifications
You must be signed in to change notification settings - Fork 344
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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Illumos: Add support for Area: affects our Solaris/Illumos target support
C-enhancement
Category: a PR with an enhancement or an issue tracking an accepted enhancement
epoll
and eventfd
A-solarish
#4017
opened Nov 6, 2024 by
YohDeadfall
Refine the Area: This affects the external function shims
A-windows
Area: affects only Windows targets
C-cleanup
Category: cleaning up our code
E-good-first-issue
A good way to start contributing, mentoring is available
Thread
variant of Windows Handle
enum
A-shims
#4014
opened Nov 5, 2024 by
YohDeadfall
Shims for vararg functions: check that we get the right number of "fixed" arguments
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
#4013
opened Nov 5, 2024 by
RalfJung
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
Better automate comparing two Miri revisions with Area: working on Miri as a developer
C-enhancement
Category: a PR with an enhancement or an issue tracking an accepted enhancement
./miri bench
A-dev
#3999
opened Oct 28, 2024 by
RalfJung
Android: Add support for epoll, eventfd
A-android
Area: Android targets
C-enhancement
Category: a PR with an enhancement or an issue tracking an accepted enhancement
#3996
opened Oct 26, 2024 by
YohDeadfall
Poor error in Area: working on Miri as a developer
C-bug
Category: This is a bug.
./miri run --dep
when using a wrong -Zmiri
flag
A-dev
#3976
opened Oct 17, 2024 by
RalfJung
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
Shim the macOS futex API
A-concurrency
Area: affects our concurrency (multi-thread) support
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
#3962
opened Oct 10, 2024 by
joboet
"Standardize" name for variables of type Area: coding style
C-cleanup
Category: cleaning up our code
E-good-first-issue
A good way to start contributing, mentoring is available
InterpCx
A-style
#3958
opened Oct 10, 2024 by
Mandragorian
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
C-enhancement
Category: a PR with an enhancement or an issue tracking an accepted enhancement
#3919
opened Sep 27, 2024 by
oli-obk
Soft-float math library
A-intrinsics
Area: Affects out implementation of Rust intrinsics
C-proposal
Category: a proposal for something we might want to do, or maybe not; details still being worked out
#3898
opened Sep 18, 2024 by
eduardosm
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
Implement "many-seeds" mode directly in the driver?
A-driver
Area: the Miri driver (the `miri` binary)
C-cleanup
Category: cleaning up our code
#3877
opened Sep 10, 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
Shims cannot trust user-defined types, need to always use Area: This affects the external function shims
C-cleanup
Category: cleaning up our code
E-good-first-issue
A good way to start contributing, mentoring is available
deref_pointer_as
A-shims
#3841
opened Aug 24, 2024 by
RalfJung
Add tests for std::pipe
A-shims
Area: This affects the external function shims
C-enhancement
Category: a PR with an enhancement or an issue tracking an accepted enhancement
#3830
opened Aug 21, 2024 by
RalfJung
Run pass tests against real rustc as well
A-tests
Area: affects our test suite or CI
C-enhancement
Category: a PR with an enhancement or an issue tracking an accepted enhancement
#3810
opened Aug 16, 2024 by
RalfJung
Project idea: strongly typed file descriptor integers and deduplication of various checks around them
A-files
Area: related to files, paths, sockets, file descriptors, or handles
C-cleanup
Category: cleaning up our code
E-good-second-issue
A good issue to pick up if you've already seen some parts of Miri, mentoring is available
#3772
opened Jul 29, 2024 by
oli-obk
Are unclosed file descriptors a memory leak?
A-files
Area: related to files, paths, sockets, file descriptors, or handles
C-proposal
Category: a proposal for something we might want to do, or maybe not; details still being worked out
#3771
opened Jul 29, 2024 by
oli-obk
Previous Next
ProTip!
Type g p on any issue or pull request to go back to the pull request listing page.