[PR #296] Fix a crash when a sharing violation occurs during --info #464

Closed
opened 2026-01-29 21:08:24 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/SabreTools/BinaryObjectScanner/pull/296

State: closed
Merged: Yes


I was running a scan with --info on a directory where an open IDA database resided, and BOS crashed on a sharing violation when attempting to open those files. I modified PrintFileInfo to deal with failure the same way GetInternalProtections does.

**Original Pull Request:** https://github.com/SabreTools/BinaryObjectScanner/pull/296 **State:** closed **Merged:** Yes --- I was running a scan with `--info` on a directory where an open IDA database resided, and BOS crashed on a sharing violation when attempting to open those files. I modified `PrintFileInfo` to deal with failure the same way `GetInternalProtections` does.
claunia added the pull-request label 2026-01-29 21:08:24 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/BinaryObjectScanner#464