mirror of
https://github.com/weechat/weechat.git
synced 2026-06-26 12:56:37 +02:00
core: fix integer overflow and return "unsigned long" in function util_version_number
This commit is contained in:
@@ -1109,7 +1109,8 @@ script_repo_file_read (int quiet)
|
||||
const char *ptr_desc;
|
||||
gzFile file;
|
||||
struct t_script_repo *script;
|
||||
int version_number, version_ok, script_ok;
|
||||
unsigned long version_number;
|
||||
int version_ok, script_ok;
|
||||
struct tm tm_script;
|
||||
struct t_hashtable *descriptions;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user