You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Post push fix. Keep NDBXFRM1 header byte order safe.
NDBXFRM1 file header and trailer fields are written with native byte
order. When reading file from system with opposite byte order the fields
that are sensitive to byte order are adjusted.
WL#15051 added a new field m_encrypt_krm_key_count in header, but did
not handle byte order on read.
Added toggle if needed for the field and also added static asserts to
remind developer when adding fields to header or trailer in future.
Change-Id: I2ee1f73a5004598fea94567112f5d103cb8a17c5
0 commit comments