Skip to content

Commit

Permalink
Merge remote-tracking branch 'travis/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
roelandjansen committed Feb 13, 2019
2 parents e2440a5 + 3ffa43f commit b7e35cd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion applet/src/usersdb.c
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ static int find_dmr_user(char *outstr, int dmr_search, const char *data, int out

// filesize @ 20160420 is 2279629 bytes
// @ 20170213 is 2604591 bytes
if (datasize == 0 || datasize > 7340031) // 7 Meg sanity limit
if (datasize == 0 || datasize > 9437183) // 9 Meg sanity limit
return(0);

const char *data_start = next_line_ptr(data);
Expand Down
6 changes: 6 additions & 0 deletions docs/ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install git gcc-arm-none-eabi binutils-arm-none-eabi python-usb libnewlib-arm-none-eabi make curl

#### Ubuntu Bionic (18.04.1): ####

sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install git gcc-arm-none-eabi binutils-arm-none-eabi python-usb libnewlib-arm-none-eabi make curl zip unzip

For reverse engineering:

Expand Down

0 comments on commit b7e35cd

Please sign in to comment.