Bug 13161 - Syntax error in samba-4.7.1/lib/crypto/aes.c
Summary: Syntax error in samba-4.7.1/lib/crypto/aes.c
Status: RESOLVED FIXED
Alias: None
Product: Samba 4.1 and newer
Classification: Unclassified
Component: Other (show other bugs)
Version: 4.7.1
Hardware: All All
: P5 normal (vote)
Target Milestone: ---
Assignee: Andrew Bartlett
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-23 10:54 UTC by Jura Sasek
Modified: 2020-11-25 01:27 UTC (History)
1 user (show)

See Also:


Attachments
'void' function should return *no* value (835 bytes, patch)
2017-11-23 10:54 UTC, Jura Sasek
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jura Sasek 2017-11-23 10:54:42 UTC
Created attachment 13808 [details]
'void' function should return *no* value

Function type checking C-compiler fails with "void function can't return value" on functions AES_encrypt and AES_decrypt in lib/crypto/aes.c

Please adopt a patch into upstream.
Comment 1 Douglas Bagnall 2020-11-25 01:27:09 UTC
fixed in 7ae77db3b29ef08e1f74aa413049b995a598a5dd

Jura: your patch looks correct, though another equivalent one got in first.