Skip to content

concore.hpp missing default_maxtime, tryparam, and include guard #422

Description

@avinxshKD

concore.hpp is missing functions that every other binding has. no default_maxtime() so C++ local nodes never terminate, no tryparam()/parse_params() so params are ignored, no #ifndef guard (docker version has one), and initval() segfaults on empty input since it does val[0] with no size check

concoredocker.hpp already has all of this ... just needs porting to concore.hpp + bounds check on initval

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