Prevented a possible buffer overrun with -concat. Coverity CID 28782.

This commit is contained in:
2015-11-05 12:08:24 +00:00
parent 7ff4fbe02f
commit 410320c002
3 changed files with 25 additions and 7 deletions

View File

@ -55,6 +55,9 @@ int Xorriso_decode_load_adr(struct XorrisO *xorriso, char *cmd,
int *entity_code, char entity_id[81],
int flag);
int Xorriso_check_thing_len(struct XorrisO *xorriso, char *name, int size,
char *cmd, char *thing, int flag);
int Xorriso_check_name_len(struct XorrisO *xorriso, char *name, int size,
char *cmd, int flag);