Package: units / 2.26-2

Metadata

Package Version Patches format
units 2.26-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
no currency update during build.patch | (download)

Makefile.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 disable currency update check
do not use loop variable.patch | (download)

units.c | 10 5 + 5 - 0 !
1 file changed, 5 insertions(+), 5 deletions(-)

 do not increment the loop variable
 When parsing FN_DOMAIN intervals, newfunction reuses 
 the loop variable i, causing the segmentation fault
 due to arrays out of bounds access.
 This patch introduces a separate variable for the
 interval parsing.