Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13711463
D1259.id3454.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
363 B
Subscribers
None
D1259.id3454.diff
View Options
diff --git a/src/secp256k1/src/tests.c b/src/secp256k1/src/tests.c
--- a/src/secp256k1/src/tests.c
+++ b/src/secp256k1/src/tests.c
@@ -4451,7 +4451,9 @@
seed16[6] ^= t >> 48;
seed16[7] ^= t >> 56;
}
- fclose(frand);
+ if (frand) {
+ fclose(frand);
+ }
}
secp256k1_rand_seed(seed16);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 26, 12:07 (2 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5573514
Default Alt Text
D1259.id3454.diff (363 B)
Attached To
D1259: [secp256k1] Avoid calling fclose(...) with an invalid argument
Event Timeline
Log In to Comment