-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow only safe types to be passed to libdnf5::Error and SystemError …
…ctors Exceptions were generated in the code, in which a pointer to text was passed that was no longer in memory at the time the exception was handled. To prevent this from happening again, passing only defined "safe" types is now allowed.
- Loading branch information
Showing
1 changed file
with
18 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters