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
The attached patch changes most of the usages of sprintf() to
snprintf() in contrib/. I didn't touch the places where pointerarithmatic was being used, or other areas where the fix wasn'ttrivial. I would think that few, if any, of the usages of sprintf()were actually exploitable, but it's probably better to be paranoid...Neil Conway