commit | 24c091cc6638f6bba17cf2c991aa2f440381fc82 | [log] [tgz] |
---|---|---|
author | Mikhail R. Gadelha <mikhail@igalia.com> | Fri Aug 15 16:44:33 2025 +0200 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Aug 15 07:45:47 2025 -0700 |
tree | b4af6f96c75398d20ed630537d16c9e0a895fdcd | |
parent | c5d818c8feed46fc12a7efc09b77770b581999b7 [diff] |
[libc] Fix mbrtowc test (#153721) Previously, we were trying to memset a pointer that wasn't being initialized, and the test would randomly fail. This PR replaces the pointers with actual objects. GitOrigin-RevId: d7199544afd0ddff8ed5fa9d79643e91c35bd010