New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 786969 link

Starred by 1 user

Issue metadata

Status: Unconfirmed
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 2
Type: Bug



Sign in to add a comment

vboot-utils test_bdb.sh fails on 32 bits architectures

Reported by sophiehe...@gmail.com, Nov 20 2017

Issue description

UserAgent: 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
 
patch
953 bytes View Download
Cc: divya.pa...@techmahindra.com
Labels: Needs-Milestone Triaged-ET TE-NeedsTriageHelp
This issue seems to be out of TE scope, as it is related to test_bdb.sh (Shell executiable files)
Hence adding the label as TE-NeedsTriageHelp and requesting someone from dev team to place look into this issue.
Components: -Platform>DevTools
Components: OS>Firmware

Sign in to add a comment