Skip to content
  • Keith Fieldhouse's avatar
    Fix unitialized/unterminated malloc'd string · e79f57e8
    Keith Fieldhouse authored
    Class documentation without Description, See Also et. al.
    resulted in failures on Win64 (and undefined behavior on other
    platforms) because a malloc'd string remained improperly terminated
    in that case.
    e79f57e8