[DynInst_API:] [dyninst/dyninst] a9d329: Fix iterator variable in IntervalMap copy ctor and...


Date: Wed, 13 May 2026 06:17:52 -0700
From: bbiiggppiigg <noreply@xxxxxxxxxx>
Subject: [DynInst_API:] [dyninst/dyninst] a9d329: Fix iterator variable in IntervalMap copy ctor and...
  Branch: refs/heads/bbiiggppiigg/fix-interval-map
  Home:   https://github.com/dyninst/dyninst
  Commit: a9d3291e46e16c8048aa86e65c49a338c003d19c
      https://github.com/dyninst/dyninst/commit/a9d3291e46e16c8048aa86e65c49a338c003d19c
  Author: wuxx1279 <bbiiggppiigg@xxxxxxxxx>
  Date:   2026-05-13 (Wed, 13 May 2026)

  Changed paths:
    M dataflowAPI/rose/util/IntervalMap.h

  Log Message:
  -----------
  Fix iterator variable in IntervalMap copy ctor and assignment

The loops in the templated copy constructor and assignment operator
used `other` (the container) instead of `otherIter` (the iterator) in
the loop condition and increment, which would fail to compile if these
templates were ever instantiated.

Co-Authored-By: Claude Opus 4.7 <noreply@xxxxxxxxxxxxx>



To unsubscribe from these emails, change your notification settings at https://github.com/dyninst/dyninst/settings/notifications
[← Prev in Thread] Current Thread [Next in Thread→]
  • [DynInst_API:] [dyninst/dyninst] a9d329: Fix iterator variable in IntervalMap copy ctor and..., bbiiggppiigg <=