mirror of
https://github.com/openkmip/pykmip
synced 2025-12-23 03:33:32 +00:00
This changes fixes a minor bug with proper attribute index range checking in the server implementation of ModifyAttribute. A corner case that previously slipped through index checking and testing has been closed. An existing unit test has been modified to fix this bug. Partially implements #547