Note termination of returned strings in contrib/minizip/unzip.h.
This commit is contained in:
parent
b289a50fc5
commit
f56ad0aafa
@ -313,6 +313,10 @@ extern int ZEXPORT unzGetCurrentFileInfo(unzFile file,
|
|||||||
This is the Central-header version of the extra field
|
This is the Central-header version of the extra field
|
||||||
if szComment!=NULL, the comment string of the file will be copied in szComment
|
if szComment!=NULL, the comment string of the file will be copied in szComment
|
||||||
(commentBufferSize is the size of the buffer)
|
(commentBufferSize is the size of the buffer)
|
||||||
|
The file name and comment will be zero-terminated if there is room in the
|
||||||
|
provided buffer. Otherwise the buffer will contain as much as will fit. If at
|
||||||
|
least 65537 bytes of room is provided, then the result will always be
|
||||||
|
complete and zero-terminated.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user