From: iceman1001 Date: Fri, 8 Jan 2016 13:25:10 +0000 (+0100) Subject: FIX: coverty scan reveals some resourceleaks and overruns, which is supposed to... X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/ab7bb4947515be233282a404fe2e84549aca9579?ds=inline;hp=ab7bb4947515be233282a404fe2e84549aca9579 FIX: coverty scan reveals some resourceleaks and overruns, which is supposed to be fixed now. /armsrc/des.c overflow 7 instead of 6 /client/cmdlfhitag.c overflows traclen /client/util.c sprint_bin_break overflows. /client/cmdhficlass.c need to free memory after malloc. ADD: RotateRight macro in util.h ---