Skip to content

Possibly Missing Interpolation in SMTLibInteractiveTheoremProver #863

@Marti2203

Description

@Marti2203

Hi,
I was reading the source code of the SMTLibInteractiveTheoremProver class, and I saw that line 812 has the following context:

foreach (var relaxVar in relaxVars)
{
  var resp = await SendVcRequest("(get-value ({relaxVar}))").WaitAsync(cancellationToken);
...

I saw this as highly suspicious, prompting me to open this issue. Should there not be a $ before "(get-value...?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions