This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bpf/24811] stapbpf segfault: nested foreach loops can corrupt sorted key data when limit==0


https://sourceware.org/bugzilla/show_bug.cgi?id=24811

Serhei Makarov <me at serhei dot io> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Serhei Makarov <me at serhei dot io> ---
Indeed, replacing 'limit 0' with 'limit lim' where lim is a variable will cause
the same segfault in existing foreach.stp testcase.

Luckily a one-line fix was possible. Committing separately ahead of pr23858
work.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]