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
Seems like gcc is turning the "*r = *a" into memcpy, and various (all?) callers have r == a. Technically disallowed, but gcc may be allowed to make this assumption?
The text was updated successfully, but these errors were encountered:
ElementsProject/lightning#4203
Seems like gcc is turning the "*r = *a" into memcpy, and various (all?) callers have r == a. Technically disallowed, but gcc may be allowed to make this assumption?
The text was updated successfully, but these errors were encountered: