ChrisTimperley / RepairChain

AIxCC: automated vulnerability repair via LLMs, search, and static analysis
Apache License 2.0
3 stars 0 forks source link

Take a closer look at indexing assumptions in Yolo repair #68

Closed ChrisTimperley closed 1 month ago

ChrisTimperley commented 2 months ago

The following lines don't look right, but I'm too tired to really debug this right now. Creating this issue to take a look in the morning.

        for function in self.diagnosis.implicated_functions_at_head:
            file_to_functions.setdefault(function.filename, []).append(function.name)
ChrisTimperley commented 1 month ago

This looks fine