Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sys/fmt: Fix unintentional pointer advancement for negative numbers in fmt_float #7221

Merged
merged 1 commit into from
Jun 22, 2017

Conversation

jnohlgard
Copy link
Member

Fixes the bug mentioned in #7220

If the number is negative then the 1 from negative is added twice to the output pointer.

@jnohlgard jnohlgard added Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors) CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR labels Jun 21, 2017
@jnohlgard jnohlgard added this to the Release 2017.07 milestone Jun 21, 2017
Copy link
Contributor

@kaspar030 kaspar030 left a comment

Choose a reason for hiding this comment

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

ACK.

@kaspar030 kaspar030 merged commit 02a3c9f into RIOT-OS:master Jun 22, 2017
@kaspar030
Copy link
Contributor

Thanks!

@jnohlgard jnohlgard deleted the pr/fmt-float-negative-bugfix branch July 9, 2017 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants