Mutable vs readonly #709
Labels
subsystem: crucible-llvm
Issues related to LLVM bitcode verification with crucible-llvm
topics: error-messages
Issues involving the messages SAW produces on error
usability
An issue that impedes efficient understanding and use
Milestone
When I use
crucible_alloc_readonly
and a program tries to write to this memory region, I get a message about a memory region not being "mutable". It would be nice ifsaw
could suggest that the memory region is marked as "readonly", then that might jog my mind to think that perhaps I'm usingcrucible_alloc_readonly
when I should be usingcrucible_alloc
.The text was updated successfully, but these errors were encountered: