Page MenuHomeFreeBSD

D16184.diff
No OneTemporary

D16184.diff

Index: head/devel/avarice/Makefile
===================================================================
--- head/devel/avarice/Makefile
+++ head/devel/avarice/Makefile
@@ -3,7 +3,7 @@
PORTNAME= avarice
PORTVERSION= 2.13
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
Index: head/devel/avarice/files/patch-src_jtagrw.cc
===================================================================
--- head/devel/avarice/files/patch-src_jtagrw.cc
+++ head/devel/avarice/files/patch-src_jtagrw.cc
@@ -0,0 +1,11 @@
+--- src/jtagrw.cc.orig 2018-06-27 21:49:14 UTC
++++ src/jtagrw.cc
+@@ -131,7 +131,7 @@ uchar *jtag1::jtagRead(unsigned long add
+ else
+ numLocations = (numBytes + 1) / 2;
+ if (numLocations > 256)
+- return false;
++ return NULL;
+
+ command[1] = whichSpace;
+ command[2] = numLocations - 1;

File Metadata

Mime Type
text/plain
Expires
Wed, Apr 22, 12:22 AM (3 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31941107
Default Alt Text
D16184.diff (894 B)

Event Timeline