Skip to content

Commit

Permalink
BUS FAULT
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdebek committed Jun 16, 2023
1 parent 420db93 commit 23fc7b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ioctl/test_ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ static const int32_t test_expFlagVal = 0x12345678;
static uint32_t test_port;
static int test_fileDesc, test_devDesc;

typedef uint8_t test_ioctl_buf[64];
/* Big buffer - BUS FAULT */
typedef uint8_t test_ioctl_buf[1024];

#define MAX_FAIL 10
#define PATH_TF "ioctl_testFile"
Expand Down

0 comments on commit 23fc7b0

Please sign in to comment.