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
Conceivably rand.Read could return fewer than the requested number of bytes and still not return an error. This would result in the trailing bytes of the UUID being 0 and no error reported.
The text was updated successfully, but these errors were encountered:
This issue should be handled by Go 1.2, as noted in this bug ticket. It may still be worthwhile to correct here to help out people that may or may not be moving to Go 1.2 in a close time period.
Conceivably rand.Read could return fewer than the requested number of bytes and still not return an error. This would result in the trailing bytes of the UUID being 0 and no error reported.
The text was updated successfully, but these errors were encountered: