summaryrefslogtreecommitdiffstats
path: root/tests/bugs/ctime
Commit message (Collapse)AuthorAgeFilesLines
* features/utime: Don't access frame after stack-windPranith Kumar K2020-04-031-0/+32
Problem: frame is accessed after stack-wind. This can lead to crash if the cbk frees the frame. Fix: Use new frame for the wind instead. Updates: #832 Change-Id: I64754609f1114b0bbd4d1336fa81a56f2cca6e03 Signed-off-by: Pranith Kumar K <pkarampu@redhat.com>