Skip to content

3rdParty: readstat 1.1.8 fix gcc12 build problems

Ömer Fadıl Usta requested to merge work/usta_readstat_bumb_fix_gcc12 into master

I have reported use-after-free bug which causes build broke on readstat to upstream ( https://github.com/WizardMac/ReadStat/issues/273 ) and it is fixed then with a little request Evan Miller accept to release a new version ( which includes that fix )
https://github.com/WizardMac/ReadStat/releases/tag/v1.1.8

So could we bumb readstat to 1.1.8 in here that fix gcc12 build problem [Because gcc12 accept use-after-free as an error instead of just warnin ]

Merge request reports