Skip to content
Snippets Groups Projects
Commit 62fd3599 authored by Julien Malik's avatar Julien Malik
Browse files

OSSIM: fix out-of-range access

parent 074ea12b
No related branches found
No related tags found
No related merge requests found
......@@ -173,7 +173,7 @@ void ossimNitfTextHeaderV2_1::clearFields()
theTextDeclassificationType[2] = '\0';
theTextDeclassificationDate[8] = '\0';
theTextDeclassificationExemption[4] = '\0';
theTextSecurityDowngrade[2] = '\0';
theTextSecurityDowngrade[1] = '\0';
theTextSecurityDowngradeDate[8] = '\0';;
theTextClassificationText[43] = '\0';;
theTextClassificationAthorityType[1] = '\0';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment