trRouting icon indicating copy to clipboard operation
trRouting copied to clipboard

verify that data is valid before generating journeys

Open kaligrafy opened this issue 2 years ago • 4 comments

the two while loops in forward and reverse journey can create memory leak (infinite push into a vector) when invalid data is found (like reverse travel times or incorrectly rounded/floored/ceiled travel time seconds that was imported as float, see #141, needs testing though to close issue

kaligrafy avatar May 27 '22 16:05 kaligrafy

need your help for testing!

kaligrafy avatar May 27 '22 16:05 kaligrafy

Why changes in the m4 files? They make the builds fail on linux

tahini avatar May 27 '22 17:05 tahini

@greenscientist I could not run reconf or ./configure without auto changing the associated files in the m4 directory. Can you explain what is happening here? I removed the files for now, but I would like to know why they were changed.

kaligrafy avatar May 27 '22 17:05 kaligrafy

When I run autoreconf -i on macos, it outputs this and change the two files: glibtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. glibtoolize: copying file 'm4/libtool.m4' glibtoolize: copying file 'm4/ltversion.m4'

kaligrafy avatar May 27 '22 17:05 kaligrafy