Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Daniel
android_external_stlport
Commits
6d1ec38a
Commit
6d1ec38a
authored
11 years ago
by
Elliott Hughes
Committed by
Android Git Automerger
11 years ago
Browse files
Options
Download
Plain Diff
am
e8a2ca27
: am
3b79d03b
: Merge "stlport: Fix boundary condition in stlport for __get_integer."
* commit '
e8a2ca27
': stlport: Fix boundary condition in stlport for __get_integer.
parents
532fb7de
e8a2ca27
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
stlport/stl/_num_get.c
stlport/stl/_num_get.c
+3
-0
No files found.
stlport/stl/_num_get.c
View file @
6d1ec38a
...
...
@@ -155,6 +155,9 @@ __get_integer(_InputIter& __first, _InputIter& __last,
}
}
if
((
__result
==
(
numeric_limits
<
_Integer
>::
min
)())
&&
!
__is_negative
)
__ovflow
=
true
;
if
(
__is_group
&&
__group_sizes_end
!=
__group_sizes
)
{
*
__group_sizes_end
++
=
__current_group_size
;
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment