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
Convert _str() from inline to a macro and make it return
(const str *), not (str *). This is to limit potential
damage from its (mis)use in non-testing modules code by
first making its value stored locally at point of use
(which should allow compiler to throw it away when used
properly) and also provide at least some protection from
any function from messing with its fields.
Fix any fallout where str * has been passed around.
0 commit comments