Skip to content

Conversation

@WalterBright
Copy link
Member

No description provided.

@WalterBright
Copy link
Member Author

This uncovered a latent bug - some platforms require a va_list, va_copy, va_end.

if (count != -1)
break;
psize *= 2;

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Another overkill change. If you really insist:

psize <= psize.max / 2 || assert(0);

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@andralex
Copy link
Member

grudgingly fine after fixing the spacing

@DmitryOlshansky
Copy link
Member

Auto-merge toggled on

@DmitryOlshansky DmitryOlshansky merged commit 8343936 into dlang:master Aug 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants