A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/WizardMac/ReadStat/commit/f6766cd2653338a26333a34982a6c023b4a987fc below:

Allow header sizes up to 16MB · WizardMac/ReadStat@f6766cd · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+1

-1

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+1

-1

lines changed Original file line number Diff line number Diff line change

@@ -254,7 +254,7 @@ readstat_error_t sas_read_header(readstat_io_t *io, sas_header_info_t *hinfo,

254 254

retval = READSTAT_ERROR_PARSE;

255 255

goto cleanup;

256 256

}

257 -

if (hinfo->header_size > (1<<20) || hinfo->page_size > (1<<24)) {

257 +

if (hinfo->header_size > (1<<24) || hinfo->page_size > (1<<24)) {

258 258

retval = READSTAT_ERROR_PARSE;

259 259

goto cleanup;

260 260

}

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4