mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-12 22:25:59 -04:00
Prevent possible buffer overrun
Spotted by Milton Neal
This commit is contained in:
parent
75803e8aa2
commit
68fdae09c3
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ int mailmark(struct zint_symbol *symbol, unsigned char source[], int length) {
|
|||
short int b[112];
|
||||
short int temp[112];
|
||||
short int cdv[112];
|
||||
unsigned char data[25];
|
||||
unsigned char data[26];
|
||||
int data_top, data_step;
|
||||
unsigned char check[7];
|
||||
short int extender[27];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue