The type of v->n is size_t, which is an unsigned type, and we are assigning
v->n - 1 to i and looping while this is >= 0. If v->n == 0, on some
architectures (armhf) this results in i being set to a positive value
(specifically, UINT32_MAX).
Andreas Tille [Sat, 14 Dec 2024 18:47:40 +0000 (19:47 +0100)]
Try to take over patches from libSeqLib which needs separate bfc.h
Last-Update: Thu, 02 Feb 2017 10:57:56 +0100
FIXME: Please check the FIXME at the end. I think I did things wrong to put a
static declaration into header file but I had no better idea to make
ec1buf_init known in libSeqLib
* Team upload.
* New upstream version
* Cleanup after testing Closes: #1044647
* Fix watchfile to detect new versions on github (routine-update)
* Standards-Version: 4.7.0 (routine-update)
* Do not move header files away from source repository Closes: #1049564
[dgit import unpatched fermi-lite 0.1+git20221215.85f159e-1]
The type of v->n is size_t, which is an unsigned type, and we are assigning
v->n - 1 to i and looping while this is >= 0. If v->n == 0, on some
architectures (armhf) this results in i being set to a positive value
(specifically, UINT32_MAX).
Andreas Tille [Sat, 8 May 2021 10:58:01 +0000 (10:58 +0000)]
Try to take over patches from libSeqLib which needs separate bfc.h
Last-Update: Thu, 02 Feb 2017 10:57:56 +0100
FIXME: Please check the FIXME at the end. I think I did things wrong to put a
static declaration into header file but I had no better idea to make
ec1buf_init known in libSeqLib
The type of v->n is size_t, which is an unsigned type, and we are assigning
v->n - 1 to i and looping while this is >= 0. If v->n == 0, on some
architectures (armhf) this results in i being set to a positive value
(specifically, UINT32_MAX).
Andreas Tille [Fri, 8 Jan 2021 09:47:39 +0000 (10:47 +0100)]
Try to take over patches from libSeqLib which needs separate bfc.h
Last-Update: Thu, 02 Feb 2017 10:57:56 +0100
FIXME: Please check the FIXME at the end. I think I did things wrong to put a
static declaration into header file but I had no better idea to make
ec1buf_init known in libSeqLib
[ Michael R. Crusoe ]
* Team upload.
* Switch to upstream HEAD using gitmode in watch file
* Remove trailing whitespace in debian/changelog (routine-update)
* Use the libsimde-dev package instead of our code copy
Andreas Tille [Wed, 4 Jul 2018 21:40:50 +0000 (23:40 +0200)]
Try to take over patches from libSeqLib which needs separate bfc.h
Last-Update: Thu, 02 Feb 2017 10:57:56 +0100
FIXME: Please check the FIXME at the end. I think I did things wrong to put a
static declaration into header file but I had no better idea to make
ec1buf_init known in libSeqLib