Skip to content

Using uninitialized value function_ref.callable when calling operator () #107750

Open
@anmyachev

Description

@anmyachev

This is found by Coverity tool.

I believe this field should be initialized to a default value explicitly:

operator ():

return callback(callable, std::forward<Params>(params)...);

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions