[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#700360: RFS: openfst/1.3.3-1 -- weighted finite-state transducers library



* Giulio Paci <giuliopaci@gmail.com>, 2013-02-15, 03:34:
As far as I can see, src/test/fst_test.h creates temporary files insecurely.
Relevant applications are now using private directory to store temporary files. As far as I can see, this solves the issue.

It solves it for Debian, but the problem should be fixed upstream as well. Please notify them about the bug, if you haven't already.

You added:

DEB_ROOT := $(abspath $(dir $(firstword $(MAKEFILE_LIST)))/..)

But for build* and binary* target $(DEB_ROOT) is guaranteed to be equal to $(CURDIR). So just use the latter. :)

I'd also use relative directories wherever possible (in this case, at least: mkdir -p, $(RM) -r), as they are less noisy in build logs.

--
Jakub Wilk


Reply to: