mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	main, res, tests: Fix compilation errors on FreeBSD.
asterisk.c, manager.c: Increase buffer sizes to avoid truncation warnings. config.c: Include header file for WIFEXITED/WEXITSTATUS macros. res_timing_kqueue: Use more portable format specifier. test_crypto: Use non-linux limits.h header file. Resolves: #916
This commit is contained in:
		
				
					committed by
					
						![asterisk-org-access-app[bot]](/avatar/58a64b62d62d5b23df7bc832f016f9db?size=40) asterisk-org-access-app[bot]
						asterisk-org-access-app[bot]
					
				
			
			
				
	
			
			
			
						parent
						
							5d978ffcce
						
					
				
				
					commit
					d1bba7efc0
				
			| @@ -4340,7 +4340,7 @@ static void asterisk_daemon(int isroot, const char *runuser, const char *rungrou | ||||
| 	if (ast_opt_console) { | ||||
| 		/* Console stuff now... */ | ||||
| 		/* Register our quit function */ | ||||
| 		char title[256]; | ||||
| 		char title[296]; | ||||
| 		char hostname[MAXHOSTNAMELEN] = ""; | ||||
|  | ||||
| 		if (gethostname(hostname, sizeof(hostname) - 1)) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user