Skip to content
This repository has been archived by the owner on May 27, 2020. It is now read-only.

Commit

Permalink
Fix possible deref in bflsc28
Browse files Browse the repository at this point in the history
  • Loading branch information
ckolivas committed Sep 6, 2014
1 parent 0929e64 commit 3a922ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver-bflsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1371,7 +1371,7 @@ static void process_nonces(struct cgpu_info *bflsc, int dev, char *xlink, char *
{
struct bflsc_info *sc_info = (struct bflsc_info *)(bflsc->device_data);
struct thr_info *thr = bflsc->thr[0];
struct work *work;
struct work *work = NULL;
int8_t core = -1;
uint32_t nonce;
int i, num, x;
Expand Down

0 comments on commit 3a922ff

Please sign in to comment.