vboot-utils test_bdb.sh fails on 32 bits architectures
Reported by
sophiehe...@gmail.com,
Nov 20 2017
|
|||
Issue descriptionUserAgent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0 Steps to reproduce the problem: I updated vboot-utils package for Debian. It fails to build on 32 bit architectures because of a failing test: test_bdb.sh See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881997 What is the expected behavior? What went wrong? the offset and load_address are 64bits integers On 32bits we have to use strtoull (instead of strtoul) to parse number into 64bits unsigned integers. Without this the parsed numbers are truncated to 2^32-1. Did this work before? N/A Chrome version: R63-10032.B Channel: dev OS Version: Debian testing Flash Version: Shockwave Flash 11.2 r202
,
Nov 27 2017
,
Feb 8 2018
|
|||
►
Sign in to add a comment |
|||
Comment 1 by divya.pa...@techmahindra.com
, Nov 21 2017Labels: Needs-Milestone Triaged-ET TE-NeedsTriageHelp