• Thomas Van Lenten's avatar
    Remove use of VLA. · 065fa2f3
    Thomas Van Lenten authored
    VLAs complicate static analysis and bloat stack size. Replace VLA allocation
    with calls to malloc and free.  This will alos the code to build with -Wvla.
    065fa2f3
GPBUnknownFieldSetTest.m 18.5 KB