Skip to content

Commit

Permalink
Addressed CID 432801
Browse files Browse the repository at this point in the history
  • Loading branch information
ragusaa authored and micahsnyder committed Apr 14, 2024
1 parent a7bb0dc commit d959993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libclamunrar_iface/unrar_iface.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ typedef enum cl_unrar_error_tag {
typedef struct unrar_metadata_tag {
uint64_t pack_size;
uint64_t unpack_size;
char filename[1024];
char filename[1024 + 1];
uint32_t crc;
unsigned int encrypted;
uint8_t method;
Expand Down

0 comments on commit d959993

Please sign in to comment.