ObjFW  Check-in [5a087b5409]

Overview
Comment:ofhttp: Fix typo
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 5a087b54092e1d239b1e2b96e12726d00554a92fd55d101d3342f277ee610331
User & Date: js on 2021-05-02 11:59:37
Other Links: manifest | tags
Context
2021-05-02
14:28
Don't use OFEnsure() in runtime check-in: 0c7760bd05 user: js tags: trunk
11:59
ofhttp: Fix typo check-in: 5a087b5409 user: js tags: trunk
11:43
runtime: objc_unregisterClass: Get global lock check-in: ae80dcd8e0 user: js tags: trunk
Changes

Modified utils/ofhttp/OFHTTP.m from [c136ae289f] to [cd70aeb710].

528
529
530
531
532
533
534
535

536
537
538
539
540
541
542
528
529
530
531
532
533
534

535
536
537
538
539
540
541
542







-
+







	}

#ifdef OF_HAVE_SANDBOX
	if (outputPath != nil)
		[sandbox unveilPath: outputPath
			permissions: (_continue ? @"rwc" : @"wc")];
	else
		[sandbox unveilPath: [[OFFileManger defaultManager]
		[sandbox unveilPath: [[OFFileManager defaultManager]
					 currentDirectoryPath]
			permissions: (_continue ? @"rwc" : @"wc")];

	/* In case we use ObjOpenSSL for https later */
	[sandbox unveilPath: @"/etc/ssl" permissions: @"r"];

	sandbox.allowsUnveil = false;