summaryrefslogtreecommitdiff
path: root/lib/linux_string.c
diff options
context:
space:
mode:
authorLukasz Majewski <[email protected]>2012-12-11 11:09:42 +0100
committerTom Rini <[email protected]>2012-12-13 11:46:02 -0700
commit3ec44111aa33f568493f565285a3a519ef38e1dc (patch)
tree8348dda2775389447fd23cb0b076b5b5a2b5657b /lib/linux_string.c
parentcaddc17f3019a437b972cd04a8c9a9cbea344def (diff)
vsprintf:fix: Change type returned by ustrtoul
The ustrtoul shall convert string defined size (e.g. 1GiB) to unsigned long type (as its name implies). Up till now it had returned int, which might cause problems with large numbers (GiB range), when interpreted as U2 signed numbers. Signed-off-by: Lukasz Majewski <[email protected]> Signed-off-by: Kyungmin Park <[email protected]>
Diffstat (limited to 'lib/linux_string.c')
0 files changed, 0 insertions, 0 deletions