Bug#970462: [RFS] Bug#970462: sweed: autopkgtest arm64 failure

2020-09-20 Thread Nilesh Patra
Hi, On Sun, 20 Sep 2020 at 20:34, Étienne Mollier wrote: > Control: tags -1 pending > > Greetings, > > I tried to investigate the issue of running SweeD autopkgtests > on arm64. It turned out to be caused by the assumption that the > "char" type was "signed" by default, while it is "unsigned" b

Bug#970462: [RFS] Bug#970462: sweed: autopkgtest arm64 failure

2020-09-20 Thread Étienne Mollier
Control: tags -1 pending Greetings, I tried to investigate the issue of running SweeD autopkgtests on arm64. It turned out to be caused by the assumption that the "char" type was "signed" by default, while it is "unsigned" by default at least on arm64. The patch I added makes several targeted c