Branch: refs/heads/master
  Home:   https://github.com/dyninst/dyninst
  Commit: 8b0258cf49127cb53f2421d46b1574106ee81a6d
      
https://github.com/dyninst/dyninst/commit/8b0258cf49127cb53f2421d46b1574106ee81a6d
  Author: bbiiggppiigg <[email protected]>
  Date:   2026-05-16 (Sat, 16 May 2026)

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

  Log Message:
  -----------
  Fix iterator variable in IntervalMap copy ctor and assignment (#2257)

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 <[email protected]>



To unsubscribe from these emails, change your notification settings at 
https://github.com/dyninst/dyninst/settings/notifications
_______________________________________________
Dyninst-api mailing list
[email protected]
https://lists.cs.wisc.edu/mailman/listinfo/dyninst-api

Reply via email to