• Matthew Maurer's avatar
    Fix uninitialized members of ListBuilder · 47b92d31
    Matthew Maurer authored
    Adding a `KJ_DASSERT` in the `setListPointer` logic flagged
    non-word-multiple data sections in `INLINE_COMPOSITE` lists, which
    should be impossible. This traced back to uninitialized member variables
    in `ListBuilder` in the case that it was created from a null pointer.
    47b92d31
layout.h 47.3 KB