[Git][wine/wine][master] inetmib1: Fix table emptiness check.
9 Jun
2025
9 Jun
'25
9:17 p.m.
Alexandre Julliard pushed to branch master at wine / wine Commits: 59c0c501 by Yuxuan Shui at 2025-06-09T23:03:02+02:00 inetmib1: Fix table emptiness check. getItemAndInstanceFromTable only checks if the table is NULL, but didn't check if it actually contains any entries. It just assumes it does and will return index 1 in some cases, resulting in out-of-bound access of the table down the line. - - - - - 1 changed file: - dlls/inetmib1/main.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/59c0c50181caf98b1a055459e5be3e4... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/59c0c50181caf98b1a055459e5be3e4... You're receiving this email because of your account on gitlab.winehq.org.
190
Age (days ago)
190
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard (@julliard)