mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-23 16:54:03 +02:00
Make ma_lcg.state uint32 to avoid UB on signed arthimethic overflow
This commit is contained in:
+1
-1
@@ -4378,7 +4378,7 @@ typedef struct
|
||||
|
||||
typedef struct
|
||||
{
|
||||
ma_int32 state;
|
||||
ma_uint32 state;
|
||||
} ma_lcg;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user