Package Details: dmtx-utils 0.7.6-2

Git Clone URL: https://aur.archlinux.org/dmtx-utils.git (read-only, click to copy)
Package Base: dmtx-utils
Description: Utilities to libdmtx
Upstream URL: https://github.com/dmtx/dmtx-utils
Licenses: GPL-2.0-only
Submitter: t-8ch
Maintainer: t-8ch
Last Packager: t-8ch
Votes: 11
Popularity: 0.011115
First Submitted: 2011-07-13 00:41 (UTC)
Last Updated: 2024-11-26 22:00 (UTC)

Latest Comments

lacsaP commented on 2024-08-29 13:37 (UTC)

compilation is OK but dmtx utils (eg. dmtxwrite) meet a buffer overflow (with libdmtx-0.7.7-2 installed) :

$ makepkg
...
OK

$ echo -n 123456 | ./pkg/dmtx-utils/usr/bin/dmtxwrite > /tmp/dmtx.png
*** buffer overflow detected ***: terminated
Aborted (core dumped)

the current dmtx-utils zip@GitHub doesn't have this problem (with libdmtx-0.7.7-2 installed) :

$ ./autogen.sh
...
OK

$ ./configure
...
OK

$ make
...
OK

$ echo -n 12345 | ./dmtxwrite/dmtxwrite > /tmp/dmtx.png
OK

regards, lacsaP.

Auguste commented on 2013-02-27 17:22 (UTC)

imagemagick is needed to compile the code. please add it to dependencies list.