• extension_whitelist_parser: safely serialize uint32_t

    keur committed Feb 20, 2020
    Include inttypes.h to format width-based integral types. This is safer
    than %x, because %x may read an unbounded amount of characters.