]> git.draconx.ca Git - upkg.git/commit
pack: Fix signed unpacking to not modify the input.
authorNick Bowler <nbowler@draconx.ca>
Tue, 4 Aug 2009 22:06:57 +0000 (18:06 -0400)
committerNick Bowler <nbowler@draconx.ca>
Tue, 4 Aug 2009 22:06:57 +0000 (18:06 -0400)
commit10a4aed291d31295ace619ae0bcb1af5bd195c0e
tree34d9a3466282156d33bbe9e4d315c8665d19a960
parent13950b2fa2809046453363098014b144d384248d
pack: Fix signed unpacking to not modify the input.

Also change the unpack functions to use pointer to const unsigned char
so that this sort of problem doesn't happen in the future.
src/pack.c
src/pack.h