Skip to content

panic:when nested struct #23

@SevenHe

Description

@SevenHe
type A struct {
  Member *B
}

type B struct {
  NextA map[string]*A
}

Use any A obj, thrifter.Marshal would run out of memory.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions