Project

General

Profile

Actions

Bug #58412

closed

rgw/lua: cached non-trivial fields at different contexts override values

Added by Yuval Lifshitz over 1 year ago. Updated 8 months ago.

Status:
Resolved
Priority:
Normal
Target version:
-
% Done:

0%

Source:
Development
Tags:
lua
Backport:
Regression:
No
Severity:
2 - major
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

for example, in:

local o1 = Request.Object
local o2 = Request.CopyFrom.Object
print(o1.Name)
print(o2.Name)

the values of the source object will override the values of the destination object.
it will happen in the opposite direction if the order of the first 2 lines is switched.

Actions

Also available in: Atom PDF